You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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?
The text was updated successfully, but these errors were encountered:
Our current method:
Are Sendgrid, Mailgun, or other email providers interested in getting involved?
The text was updated successfully, but these errors were encountered: