Bladeren bron

add email from on example

Roberto Berto 4 jaren geleden
bovenliggende
commit
ee882ffed9
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      vycontrol/vycontrol/settings/production.py

+ 1 - 0
vycontrol/vycontrol/settings/production.py

@@ -17,6 +17,7 @@ EMAIL_PORT = 587
 EMAIL_HOST_USER = 'user'
 EMAIL_HOST_USER = 'user'
 EMAIL_HOST_PASSWORD = 'password'
 EMAIL_HOST_PASSWORD = 'password'
 EMAIL_USE_TLS = True
 EMAIL_USE_TLS = True
+DEFAULT_FROM_EMAIL = '"VyControl" <contact@vycontrol.com>'
 
 
 
 
 # SECURITY WARNING: keep the secret key used in production secret!
 # SECURITY WARNING: keep the secret key used in production secret!