mirror of https://github.com/fantasticit/think.git
commit
6c9666c02d
|
@ -93,6 +93,9 @@ export class SystemService {
|
|||
user: emailConfig.user,
|
||||
pass: emailConfig.pass,
|
||||
},
|
||||
tls: {
|
||||
rejectUnauthorized: false,
|
||||
},
|
||||
});
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Reference in New Issue