Enable TLS on emails

This commit is contained in:
Tom Price
2015-04-25 00:15:36 +01:00
parent b0244143ef
commit 6cbfc469a9

View File

@@ -137,6 +137,7 @@ if not DEBUG or EMAILER_TEST:
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'server.techost.co.uk'
EMAIL_PORT = 465
EMAIL_USE_TLS = True
EMAIL_HOST_USER = 'tec'
EMAIL_HOST_PASSWORD = '***REMOVED***'
DEFAULT_FROM_EMAIL = 'rigs@nottinghamtec.co.uk'