Added ssl option
This commit is contained in:
parent
f5f45ed391
commit
6ce17cefc5
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue