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 || ''