From aa3e31903b503e1be99cbc8737554483c886262d Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 19 May 2016 16:01:55 -0700 Subject: [PATCH] updated production email --- config/env/production.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/env/production.js b/config/env/production.js index e63e943d..0512e149 100755 --- a/config/env/production.js +++ b/config/env/production.js @@ -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 || ''