To configure sending through SES, we have to do a few things. First we have to create an instance role with permission to send emails using SES. Then we have to assign this role to the server. Finally, we have to set the DJANGO_SES_ENABLED environment variable for the server process.
To configure sending through SES, we have to do a few things. First we have to create an instance role with permission to send emails using SES. Then we have to assign this role to the server. Finally, we have to set the
DJANGO_SES_ENABLEDenvironment variable for the server process.