- do not use TLS, will not work
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