Private
Public Access
1
0

EMail to YAML settings

This commit is contained in:
Sander Roosendaal
2017-01-26 17:40:15 +01:00
parent 9d9c1fed9c
commit c23fd20894

View File

@@ -255,12 +255,12 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = CFG['email_host'] EMAIL_HOST = CFG['email_host']
#EMAIL_HOST = 'smtp.rosti.cz' #EMAIL_HOST = 'smtp.rosti.cz'
#EMAIL_PORT = '25' #EMAIL_PORT = '25'
EMAIl_PORT = '587' EMAIl_PORT = 587
EMAIL_HOST_USER = CFG['email_host_user'] EMAIL_HOST_USER = CFG['email_host_user']
#EMAIL_HOST_PASSWORD = 'lnD3mbZ1NoI8RK1StOdO' #EMAIL_HOST_PASSWORD = 'lnD3mbZ1NoI8RK1StOdO'
EMAIL_HOST_PASSWORD = CFG['email_host_password'] EMAIL_HOST_PASSWORD = CFG['email_host_password']
#EMAIL_USE_TLS = True EMAIL_USE_TLS = True
EMAIL_USE_TLS = False #EMAIL_USE_TLS = False
# weather stuff # weather stuff