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

# Email configuration

Use **Settings → Email Configuration** to send Distro emails from your company’s domain and choose where replies to workflow emails go. **Currently sending from** shows the sender in use while you complete setup.

<figure><img src="https://2442454418-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQA3GQNrIYVrPQ90NBwRa%2Fuploads%2Fni4UJsy9PjpFlEm4gXN4%2FCleanShot%202026-09-10%20at%2021.21.49%402x.png?alt=media&amp;token=cf770384-298d-4d95-9925-673d912d0515" alt=""><figcaption></figcaption></figure>

## Connect a sending domain

You need access to your domain’s DNS settings, or help from the person who manages them.

1. In **Domain**, enter your **Company domain**, such as `yourcompany.com`, without `https://` or an email address.
2. Click **Continue to DNS records**.
3. Add the five records shown by Distro at your DNS provider. Keep your existing records. Add the MX and TXT records on the subdomain shown in Distro, rather than replacing your main mailbox records.
4. Click **I’ve added the records**, then **Check connection**.

The checks cover **Domain ownership**, **Email authentication**, and **Delivery feedback**. DNS changes can take up to 72 hours to be detected. If a check is pending, use **Review DNS records** to compare the names and values, then check again after they have propagated. **Copy setup instructions** gives your IT team the records and instructions together.

If you see **DNS records are not ready**, click **Retry Setup** to generate the complete records before changing anything at your DNS provider.

Once verification is complete, keep the DNS records in place. Choose the part of the **Sender address** before the `@`, then click **Save sender address**. You can return to **View DNS records** later.

Changing the domain restarts verification. **Remove domain** returns sending to Distro’s default sender; reconnecting it requires verification again. Distro’s default sending remains available while setup is incomplete.

## Choose where replies go

Under **Reply-to address**, enter a monitored inbox in **Reply-to email** and click **Save reply-to address**. This setting applies to workflow emails and does not need DNS setup. Leave it blank to use the sender’s address.

<figure><img src="https://2442454418-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQA3GQNrIYVrPQ90NBwRa%2Fuploads%2F8rcEx2Ct0ROTZL9SRboN%2FCleanShot%202026-09-10%20at%2021.22.26%402x.png?alt=media&amp;token=f37d147c-5593-4d08-9dfc-977f342744d4" alt=""><figcaption></figcaption></figure>


---

# 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.distro.so/settings/workspace-settings/email-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.
