Added ssl option

This commit is contained in:
Thomas Forgione 2018-06-22 12:29:43 +02:00
parent f5f45ed391
commit 6ce17cefc5
No known key found for this signature in database
GPG Key ID: 3B8FC64F5BBFE109
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ module.exports = function(params, callback) {
host: config.MAIL.HOSTNAME,
port: config.MAIL.PORT,
tls: config.MAIL.TLS,
ssl: config.MAIL.SSL,
timeout: 30000,
});