- Updates to mail handling

This commit is contained in:
Mike Fitzpatrick
2019-08-20 15:11:33 -04:00
parent 697b04a55b
commit feb75faaad
4 changed files with 7 additions and 4 deletions

View File

@@ -17,9 +17,12 @@ module.exports = {
port: 587,
secure: false,
auth: {
user: 'noreply@eventment.io',
user: 'donotreply@eventment.io',
pass: '3ventment.eieio',
},
tls: {
rejectUnauthorized: false,
},
},
from: {
address: 'donotreply@eventment.io',