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,
|
host: config.MAIL.HOSTNAME,
|
||||||
port: config.MAIL.PORT,
|
port: config.MAIL.PORT,
|
||||||
tls: config.MAIL.TLS,
|
tls: config.MAIL.TLS,
|
||||||
|
ssl: config.MAIL.SSL,
|
||||||
timeout: 30000,
|
timeout: 30000,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue