mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Enable TLS on emails
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user