Fixed mailer env for production config

This commit is contained in:
David Baldwynn 2017-03-30 10:03:17 -07:00 committed by GitHub
parent ba69eb72c6
commit 436d192ca5

View file

@ -54,10 +54,10 @@ module.exports = {
from: process.env.MAILER_FROM || 'no-reply@tellform.com',
options: {
service: process.env.MAILER_SERVICE_PROVIDER || '',
ssl: false,
/*ssl: false,
host: 'smtp.sparkpostmail.com',
port: 587,
secure: false,
secure: false,*/
auth: {
user: process.env.MAILER_EMAIL_ID || '',
pass: process.env.MAILER_PASSWORD || ''