added workaround bug for nodemailer
This commit is contained in:
parent
2483868aad
commit
bd4d1e2648
2
config/env/production.js
vendored
2
config/env/production.js
vendored
@ -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 || ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user