Skip to content

Instantly share code, notes, and snippets.

@bulv1ne
Created November 24, 2014 10:42
Show Gist options
  • Save bulv1ne/ae62824e2e96cd04c3d9 to your computer and use it in GitHub Desktop.
Save bulv1ne/ae62824e2e96cd04c3d9 to your computer and use it in GitHub Desktop.
# 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