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

# 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&amp;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/>
