Fix new mailserver settings
This commit is contained in:
parent
8439d3444f
commit
1e8afe90dd
|
|
@ -32,7 +32,7 @@ const transport = nodemailer.createTransport({
|
|||
pool: true,
|
||||
host: config.mail.host,
|
||||
port: config.mail.port,
|
||||
secure: false,
|
||||
secure: true,
|
||||
auth: {
|
||||
user: config.mail.user,
|
||||
pass: config.mail.passwd,
|
||||
|
|
|
|||
Loading…
Reference in New Issue