From 1ffc0cc75913c0511e443bd16d8da5948ddfa2f8 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 26 Jan 2017 17:32:25 +0100 Subject: [PATCH] Use TLS = False --- rowsandall_app/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index 2585a2ed..4881d79f 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -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