๐Ÿ“งEmail

Email setup made easy

Ready SaaS ships with 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. In order to have your email working properly make sure to provide the following environment variables:

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/

Last updated