From b798846c5c28b802fcf70c1b39bee568b95134ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Sat, 9 Dec 2017 16:50:04 +0100 Subject: [PATCH] Add missed option --- settings/local.py.example | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/local.py.example b/settings/local.py.example index 2adbf775..81b62c17 100644 --- a/settings/local.py.example +++ b/settings/local.py.example @@ -92,6 +92,7 @@ DATABASES = { # EMAIL SETTINGS EXAMPLE #EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' #EMAIL_USE_TLS = False +#EMAIL_USE_SSL = False # You cannot use both (TLS and SSL) at the same time! #EMAIL_HOST = 'localhost' #EMAIL_PORT = 25 #EMAIL_HOST_USER = 'user'