diff options
Diffstat (limited to 'modules/transifex')
-rw-r--r-- | modules/transifex/templates/30-site.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/transifex/templates/30-site.conf b/modules/transifex/templates/30-site.conf index 48614703..4d4e9e4c 100644 --- a/modules/transifex/templates/30-site.conf +++ b/modules/transifex/templates/30-site.conf @@ -20,6 +20,6 @@ INTERNAL_IPS=('127.0.0.1',) EMAIL_HOST = 'localhost' EMAIL_HOST_USER = '' EMAIL_HOST_PASSWORD = '' -EMAIL_USE_TLS = True +EMAIL_USE_TLS = False EMAIL_PORT = 587 DEFAULT_FROM_EMAIL = 'noreply@%s' % SITE_DOMAIN |