> For the complete documentation index, see [llms.txt](https://mava.gitbook.io/mava-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mava.gitbook.io/mava-docs/getting-started/integration-setup/email-setup.md).

# Email Setup

You can manage email support from your Mava dashboard using a support email address.

Mava supports email forwarding and fully custom email domains.&#x20;

Once you've set up a custom domain, all emails from Mava to your customers will come from your own domain e.g. <support@example.com>. If you haven't set up a custom domain then emails will come from @mava.email.&#x20;

## Getting started

1. Navigate to the [Integrations page](https://dashboard.mava.app/dashboard/admin/integrations) within Settings and select the ‘View & Edit’ button on the email integration option.&#x20;

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

Once within the email integration page, you'll see four sections:

1. Customize your Mava support email address
2. Setup email forwarding
3. Configure custom email domain
4. Auto-response email&#x20;

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

To link your existing company support email to Mava follow our [Email Forwarding](/mava-docs/getting-started/integration-setup/email-setup/email-forwarding.md) guide. After you've set that up you can then configure your custom email domain so that all emails *from* Mava to your customers are sent from your own domain. Follow the [Custom Email Domains](/mava-docs/getting-started/integration-setup/email-setup/custom-email-domains.md) setup guide.\
\
When you're done we suggest turning on the auto-response email. Once you enable this, the first email a user sends to your team will trigger an auto-response.&#x20;

This is designed to provide useful information to your users and also manage their expectations around your team's response time. For example you could include a link to your FAQs and let them know your team will aim to respond within X hours/days.

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

## <br>


---

# 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://mava.gitbook.io/mava-docs/getting-started/integration-setup/email-setup.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.
