> For the complete documentation index, see [llms.txt](https://help.intellectra.io/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.intellectra.io/manual/emails/email-stmp-configuration.md).

# Email STMP Configuration

Intellectra allows you to customize your email sender domain through SMTP configuration.&#x20;

<div align="left"><figure><img src="/files/7YroWXOMJwD4950Mlq3T" alt=""><figcaption></figcaption></figure></div>

Please note that to proceed, you must first set up a custom domain:

{% content-ref url="/pages/dWYh1lbp9DgqFVWhMEe4" %}
[Custom Domain](/manual/custom-domain.md)
{% endcontent-ref %}

## ✉️ **Customizing Your Email SMTP:**

1. Navigate to **Settings > Domains**.
2. Under the Sender Email field, click on "**Click here to authenticate your domain and modify the sender's emai**l" to authenticate your custom domain.

<div align="left"><figure><img src="/files/s0x3f6i1PAjTps1LGFwO" alt=""><figcaption></figcaption></figure></div>

3. Follow the steps below to create 2 DNS records with the values provided in the popup.

<div align="left"><figure><img src="/files/RZZtaWybpeXChEHzYpon" alt="" width="555"><figcaption></figcaption></figure></div>

***

### **Configuring DNS Records:**

1. Access your domain provider's panel (e.g., Google Domains, GoDaddy, BlueHost).
2. Go to the DNS settings for your domain, typically found in **Advanced Settings** or **DNS Management**.
3. Create a **TXT** record pointing to *<mark style="color:yellow;">**brevo-code:59091da7198f79c2e12717156b0c3bb7**</mark>* with the host name '**@**'.

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

{% hint style="info" %}
Note: Some domain providers, like Google Domains, may not require a host name. In such cases, leave it empty.
{% endhint %}

<figure><img src="/files/2AnJLWREb6uXnhSLi4eB" alt=""><figcaption></figcaption></figure>

4. Click **Create New Record**.
5. Create another **TXT** record pointing to *<mark style="color:yellow;">**k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB**</mark>* with a host name of **mail.\_domainkey**.

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

6. Click **Save**.

***

### **Completing Authentication:**

1. Return to the popup shown on your platform and click **Authenticate**.

<div align="left"><figure><img src="/files/AklxounzTDwv7o6fJ1cF" alt="" width="551"><figcaption></figcaption></figure></div>

2. Your platform will automatically refresh to enable the changes to SMTP records to propagate.
3. You can now customize the sender's email.
4. Click **Save.**

<div align="left"><figure><img src="/files/VV40sqUuIyrUTLShULoy" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.intellectra.io/manual/emails/email-stmp-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
