> For the complete documentation index, see [llms.txt](https://buildersupport.gitbook.io/help-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://buildersupport.gitbook.io/help-docs/platform/messaging-and-workflows/email-domain-connection.md).

# Email Domain Connection

### **Domain verification**

Before sending emails in the **Email Marketing** section, you need to **connect your domain** to ensure deliverability and compliance.

**Steps to Connect Your Domain:**

1. **Navigate to Emails & Automation** – Open your email marketing settings.
2. **Go to "Settings"** – Find the domain connection options.
3. **Follow the Setup Instructions** – Configure your domain with the required DNS records.

This step is crucial for **authenticating your emails** and improving **deliverability rates**!

![](/files/qyW2m0hno97sHyBRsY8F)

There you have the option to add your domain. All you need to do is add the **CNAME** and **TXT** records provided by you after adding the domain to the platform.

Simply go to the domain settings where you've purchased the domain and find the DNS Records area to add the **CNAME** and **TXT** records. It might take some time for the DNS records to update after adding them so don't worry, check again in 10-15 minutes and in most cases it should be showing as 'Verified' in green.

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

If you already have the domain connected to another site and have the DNS records. Then it requires you to verify via email link for additional websites/funnels. Once you have entered your domain url, you will be asked to provide a valid email address. Once complete you will receive a confirmation link via email.

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

Once your domain has been verified it will turn green in color and you can start sending email campaigns

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

Before you venture off in to the campaigns or automations section. Be sure to complete the boxes below:

* **Default Sender Name >** This will be the name that your subscribers will see, who the email is from.
* **Default System Email >** Ensure the information is correct, as this will be your email address shown.

![](/files/vQbT6crENQowmfr5n2ng)


---

# 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://buildersupport.gitbook.io/help-docs/platform/messaging-and-workflows/email-domain-connection.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.
