Private
Public Access
1
0

Use TLS = False

This commit is contained in:
Sander Roosendaal
2017-01-26 17:32:25 +01:00
parent cc7899f2d1
commit 1ffc0cc759

View File

@@ -259,7 +259,8 @@ EMAIl_PORT = '587'
EMAIL_HOST_USER = CFG['email_host_user']
#EMAIL_HOST_PASSWORD = 'lnD3mbZ1NoI8RK1StOdO'
EMAIL_HOST_PASSWORD = CFG['email_host_password']
EMAIL_USE_TLS = True
#EMAIL_USE_TLS = True
EMAIL_USE_TLS = False
# weather stuff