Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable email sending through SES #1

Open
cdriehuys opened this issue Sep 26, 2018 · 1 comment
Open

Enable email sending through SES #1

cdriehuys opened this issue Sep 26, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@cdriehuys
Copy link
Contributor

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.

@cdriehuys cdriehuys added the enhancement New feature or request label Sep 26, 2018
@cdriehuys
Copy link
Contributor Author

See the following comment for an example IAM policy: django-ses/django-ses#85 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant