remove tls since server does not offer it anymore

This commit is contained in:
Girish Ramakrishnan
2016-05-08 01:15:24 -07:00
parent 62b020e96d
commit 1b3cd1f373
-3
View File
@@ -163,9 +163,6 @@ function sendMails(queue) {
auth: {
user: 'no-reply', // derive from adminEmail
pass: 'supersecret'
},
tls: {
rejectUnauthorized: false // so that it works on dev, staging
}
}));