Roberto Berto 4 лет назад
Родитель
Сommit
ee882ffed9
1 измененных файлов с 1 добавлено и 0 удалено
  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!