updated production email

This commit is contained in:
David Baldwynn 2016-05-19 16:01:55 -07:00
parent 005db63ae8
commit aa3e31903b

View file

@ -56,6 +56,9 @@ module.exports = {
options: {
service: process.env.MAILER_SERVICE_PROVIDER || '',
ssl: true,
host: "smtp.sparkpostmail.com",
port: 587,
secure: true,
auth: {
user: process.env.MAILER_EMAIL_ID || '',
pass: process.env.MAILER_PASSWORD || ''