Timeout 30s
This commit is contained in:
parent
24100d6f83
commit
f5f45ed391
|
@ -8,7 +8,8 @@ module.exports = function(params, callback) {
|
|||
password: config.MAIL.PASSWORD,
|
||||
host: config.MAIL.HOSTNAME,
|
||||
port: config.MAIL.PORT,
|
||||
tls: config.MAIL.TLS
|
||||
tls: config.MAIL.TLS,
|
||||
timeout: 30000,
|
||||
});
|
||||
|
||||
server.send(params, function(err) {
|
||||
|
|
Loading…
Reference in New Issue