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