Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

[Enhancement] Teaching allianceauth to use AWS SES #1053

Open
drkthunder02 opened this issue May 9, 2018 · 0 comments
Open

[Enhancement] Teaching allianceauth to use AWS SES #1053

drkthunder02 opened this issue May 9, 2018 · 0 comments

Comments

@drkthunder02
Copy link

Install the boto library in the virtual environment.
Install the django-ses library in the virtual environment.

Use the following settings in local.py

REGISTRATION_VERIFY_EMAIL = True
EMAIL_BACKEND= 'django_ses.SESBackend'
AWS_ACCESS_KEY_ID = ''
AWS_SECRET_ACCESS_KEY = ''
AWS_SES_REGION = ''
EMAIL_HOST = ''
EMAIL_PORT = 587
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_TLS = True

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant