Revision
297
Author
misc
Date
2010-11-19 01:04:05 +0100 (Fri, 19 Nov 2010)

Log Message

- do not use TLS, will not work

Modified Paths

Modified: puppet/modules/transifex/templates/30-site.conf
===================================================================
--- puppet/modules/transifex/templates/30-site.conf	2010-11-19 00:03:41 UTC (rev 296)
+++ puppet/modules/transifex/templates/30-site.conf	2010-11-19 00:04:05 UTC (rev 297)
@@ -20,6 +20,6 @@
 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