Browse Source

add email from on example

Roberto Berto 4 years ago
parent
commit
ee882ffed9
1 changed files with 1 additions and 0 deletions
  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_PASSWORD = 'password'
 EMAIL_USE_TLS = True
+DEFAULT_FROM_EMAIL = '"VyControl" <contact@vycontrol.com>'
 
 
 # SECURITY WARNING: keep the secret key used in production secret!