# Email Setup

## Required Sender Addresses

Create or confirm these sender addresses:

* `team@<generalEmailDomain>`
* `noreply@<generalEmailDomain>`
* `auth@<generalEmailDomain>`

They can be mailboxes or aliases, as long as your provider allows sending from them.

## Email Domains

Use one email domain for the simplest setup:

```
team@example.com
noreply@example.com
auth@example.com
```

If your team requires a dedicated auth subdomain, tell us before creating senders:

```
team@example.com
noreply@example.com
auth@auth.example.com
```

## Provider Records

Add the deliverability records your email provider gives you:

* SPF
* DKIM
* DMARC

## Connection Method

Tell us your email provider. We will confirm the simplest supported connection method with you.

Common options are:

* SMTP with app password.
* SMTP with mailbox password, if allowed by your policy.
* OAuth-based SMTP.


---

# Agent Instructions: 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://docs.anwhitelist.com/email-setup.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.
