-
Notifications
You must be signed in to change notification settings - Fork 339
Open
Description
Our current method:
# See: https://docs.djangoproject.com/en/dev/ref/settings/#email-host
# TODO - gmail should not be the default. What's a better option?
EMAIL_HOST = environ.get('EMAIL_HOST', 'smtp.gmail.com')
# See: https://docs.djangoproject.com/en/dev/ref/settings/#email-host-password
# TODO - should we provide list of possible email providers like sendgrid and mailgun?
EMAIL_HOST_PASSWORD = environ.get('EMAIL_HOST_PASSWORD', '')
# See: https://docs.djangoproject.com/en/dev/ref/settings/#email-host-user
# TODO - should we provide list of possible email providers like sendgrid and mailgun?
EMAIL_HOST_USER = environ.get('EMAIL_HOST_USER', '')Are Sendgrid, Mailgun, or other email providers interested in getting involved?
Metadata
Metadata
Assignees
Labels
No labels