Merge pull request #135 from fantasticit/fix/mail-error

server: fix send mail error
This commit is contained in:
fantasticit
2022-07-25 15:45:33 +08:00
committed by GitHub
@@ -93,6 +93,9 @@ export class SystemService {
user: emailConfig.user,
pass: emailConfig.pass,
},
tls: {
rejectUnauthorized: false,
},
});
return new Promise((resolve, reject) => {