Created
November 24, 2014 10:42
-
-
Save bulv1ne/ae62824e2e96cd04c3d9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Local test email server | |
# python -m smtpd -n -c DebuggingServer localhost:1025 | |
EMAIL_HOST = 'localhost' | |
EMAIL_HOST_PASSWORD = '' | |
EMAIL_PORT = 1025 | |
EMAIL_USE_TLS = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment