Set the email from address for SparkPost

Thanks @colcrunch
This commit is contained in:
Adarnof 2018-01-07 19:39:27 -05:00
parent f56252b0cc
commit 4a425cde78

View File

@ -56,12 +56,15 @@ ESI_SSO_CALLBACK_URL = ''
# It's recommended to use a free service
# like SparkPost or Mailgun to send email.
# https://www.sparkpost.com/docs/integrations/django/
# Set the default from email to something like
# 'noreply@example.com'
#################
EMAIL_HOST = ''
EMAIL_PORT = 587
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_TLS = True
DEFAULT_FROM_EMAIL = ''
######################################
# Add any custom settings below here #