# Custom Email Address

Tracknow offers the option to send automatic emails to your affiliates after various events such as registration, payment request approval/denial, campaign join request approval/denial.

You can set a custom email address for such emails.

By default, the email address from which the emails are sent is a Tracknow email address.\
If you'd like to further customize and brand you portal, you can have the email address appear as your brands email address.

| Default email address  | Custom email address         |
| ---------------------- | ---------------------------- |
| <no-reply@tracknow.io> | <affiliates@your-domain.com> |

***

### Prerequisites

In order to set up a custom email, you'll need to add several DNS records to your domain hosting service (i.e. GoDaddy, Cloudflare, Google Domains).

{% hint style="info" %}
The DNS records are generated by us manually. To receive these records, you need to contact our support team. You can copy and fill out the following template and send it to <support@tracknow.io>
{% endhint %}

```
Hello,

I would like to set up a custom email address with my domain.
Please provide me the necessary DNS records based on the following information:
- The email address I want is: *Enter desired email address (Example: affilaites@your-domain.com)*

Thanks.
```

{% hint style="info" %}
Once the records are generated, they are valid for 72 hours. If the process has not been completed by then, we'll need to generate new records for you.
{% endhint %}

***

### Setting Up the DNS Records

1. Navigate to the area where you manage your DNS records
2. Create a new DNS record of the CNAME type
3. On the 'Name' field enter the name value from the file (i.e. **5k4aehnksge.\_domainkey.your-domain.com**)
4. On the 'Value' field enter the value from the file (i.e **5k4aehnksge.dkim.amazonses.com**)
5. If given the option to configure proxy status, select 'DNS Only'
6. Save the record
7. Repeat this process for all 3 records in the file

<figure><img src="/files/N0zNBV2mTyMDiW4Pls1Y" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Once you are done, please send us another email notifying us that you are done so that we can finalize the setup on our end
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tracknow.io/customizations/custom-email-address.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
