Created
June 5, 2014 17:07
-
-
Save 7h3kk1d/d49521ae251a46da31e2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EMAIL_UST_TLS = True | |
EMAIL_HOST = 'smtp.gmail.com' | |
EMAIL_PORT = 587 | |
EMAIL_HOST_USER = 'username@domain.com' | |
EMAIL_HOST_PASSWORD = 'password' | |
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER | |
SERVER_EMAIL = EMAIL_HOST_USER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment