# Email

## Email setup made easy

#### Ready SaaS ships with [django-anymail](https://github.com/anymail/django-anymail), which supports all of these providers (as of the last edit of this document):

\
Amazon SES\
Brevo (formerly SendinBlue)\
MailerSend\
Mailgun\
Mailjet\
Mandrill (MailChimp transactional)\
Postal (self-hosted ESP)\
Postmark\
Resend\
SendGrid\
SparkPost\
Unisender Go\
\
You will most likely be able to setup one of these successfully.

### Email Setup

Ready SaaS is pre-configured to use [Sendgrid](https://sendgrid.com/en-us). In order to have your email working properly make sure to provide the following environment variables:

<figure><img src="https://1908511726-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT1c9BPzeUyd2bkOioywo%2Fuploads%2FW8CaRLSpEM6oxYqBjwhp%2Fimage.png?alt=media&#x26;token=ac7de7c5-c091-440a-8681-6dd57a94df4b" alt=""><figcaption></figcaption></figure>

### Changing the Email provider

You can easily change to another provider.

In order to change the default provider:

1. Grab your Email Service Provider's specific settings from here: <https://anymail.dev/en/stable/esps/#supported-esps>
2. Install and configure the provider following this guide: <https://anymail.dev/en/stable/installation/>


---

# 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://readysaas.gitbook.io/docs/features/email.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.
