Set up email

This commit is contained in:
Zak Timson
2017-09-15 15:54:05 -04:00
parent ef69d57661
commit 16f0b4ce7e
2 changed files with 10 additions and 1 deletions

View File

@ -27,6 +27,12 @@ DEBUG = False
ALLOWED_HOSTS = ['*']
# https://accounts.google.com/DisplayUnlockCaptcha
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = 'zaktimson@gmail.com'
EMAIL_HOST_PASSWORD = ''
EMAIL_PORT = 587
# Application definition