Skip to content

Instantly share code, notes, and snippets.

@7h3kk1d
Created June 5, 2014 17:07
Show Gist options
  • Save 7h3kk1d/d49521ae251a46da31e2 to your computer and use it in GitHub Desktop.
Save 7h3kk1d/d49521ae251a46da31e2 to your computer and use it in GitHub Desktop.
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