added workaround bug for nodemailer

This commit is contained in:
David Baldwynn 2016-05-18 14:35:40 -07:00
parent 2483868aad
commit bd4d1e2648

View file

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