From bd4d1e2648dddd360cb395292007f0c90d25e498 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Wed, 18 May 2016 14:35:40 -0700 Subject: [PATCH] added workaround bug for nodemailer --- config/env/production.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/env/production.js b/config/env/production.js index 5423059f..e63e943d 100755 --- a/config/env/production.js +++ b/config/env/production.js @@ -55,7 +55,7 @@ module.exports = { from: process.env.MAILER_FROM || 'no-reply@tellform.com', options: { service: process.env.MAILER_SERVICE_PROVIDER || '', - requireTLS: true, + ssl: true, auth: { user: process.env.MAILER_EMAIL_ID || '', pass: process.env.MAILER_PASSWORD || ''