mirror of
https://github.com/fantasticit/think.git
synced 2026-09-01 15:10:55 +08:00
server: fix send mail error
https://github.com/nodemailer/nodemailer/issues/406
This commit is contained in:
@@ -93,6 +93,9 @@ export class SystemService {
|
||||
user: emailConfig.user,
|
||||
pass: emailConfig.pass,
|
||||
},
|
||||
tls: {
|
||||
rejectUnauthorized: false,
|
||||
},
|
||||
});
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user