From 42a828d400f46760c4b4262e462c05fe94e62c9a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 19 Nov 2010 00:04:05 +0000 Subject: - do not use TLS, will not work --- modules/transifex/templates/30-site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/transifex') 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 -- cgit v1.2.1