reverted to no ssl
This commit is contained in:
parent
2d864577d4
commit
4bc3d163cf
4
config/env/production.js
vendored
4
config/env/production.js
vendored
@ -55,10 +55,10 @@ module.exports = {
|
||||
from: process.env.MAILER_FROM || 'no-reply@tellform.com',
|
||||
options: {
|
||||
service: process.env.MAILER_SERVICE_PROVIDER || '',
|
||||
ssl: true,
|
||||
ssl: false,
|
||||
host: "smtp.sparkpostmail.com",
|
||||
port: 587,
|
||||
secure: true,
|
||||
secure: false,
|
||||
auth: {
|
||||
user: process.env.MAILER_EMAIL_ID || '',
|
||||
pass: process.env.MAILER_PASSWORD || ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user