> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/getting-started/account-setup/authorize-email-domain.md).

# Add Email domain

{% hint style="info" %}
An authorized email domain is required to send emails from eMarketeer. Without one, outgoing email is not available on your account.
{% endhint %}

This guide walks you through authenticating your domain so you can send email from your own address with the best possible deliverability.

Once you finish, let us know and we will activate the new email service for your account.

{% stepper %}
{% step %}

### Open Email domains

In eMarketeer, go to **Account** → **Email domains** and click **Add a domain**.
{% endstep %}

{% step %}

### Enter your domain

Enter the domain you want to authorize (for example, `yourdomain.com`) and click to add.

<div align="left" data-with-frame="true"><img src="/files/tRbAVXfMS6UCSo43RDZN" alt="Add a domain dialog with domain name field"></div>
{% endstep %}

{% step %}

### Add DNS records

eMarketeer shows a list of DNS records. Add them to your DNS. If you do not have access to your company's DNS — often the IT department owns it — click the link in the authorize dialog to send the records to the person in charge.

<div align="left" data-with-frame="true"><img src="/files/MYbUe29JIy7cXAw8MxoH" alt="DNS records list shown in the authorize dialog"></div>

<div align="left" data-with-frame="true"><img src="/files/jvSRYfIHhwak7F3UTFrL" alt="link to send DNS records to the IT department"></div>
{% endstep %}

{% step %}

### Click Authorize

Once the records are in place, return to the authorize dialog and click **Authorize**.
{% endstep %}

{% step %}

### Confirm authentication

If the records are correct, the dialog validates and accepts the authentication. If something is wrong, the failing record is marked in red.

<div align="left" data-with-frame="true"><img src="/files/KR5tZwDRPJirkFaFq0EV" alt="failing DNS record highlighted in red"></div>

<div align="left" data-with-frame="true"><img src="/files/py9NGAwzpdXV2RvDplv7" alt="successful domain authentication confirmation"></div>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
DNS changes usually propagate quickly, but allow up to 48 hours.
{% endhint %}

Once the domain is authenticated, you can send from eMarketeer using your domain as the From address with the best possible deliverability. You can repeat this process for as many domains as you need. If you run into questions, email <support@emarketeer.com>.


---

# 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:

```
GET https://support.emarketeer.com/getting-started/account-setup/authorize-email-domain.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.
