remove tls since server does not offer it anymore
This commit is contained in:
@@ -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
|
||||
}
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user