mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore:
This commit is contained in:
@@ -68,7 +68,7 @@ export class EmailService implements IEmailService {
|
||||
//自动使用plus发邮件
|
||||
return await this.sendByPlus(email);
|
||||
}
|
||||
throw new Error('email settings 还未设置');
|
||||
throw new Error('邮件服务器还未设置');
|
||||
}
|
||||
|
||||
if (emailConf.usePlus && isPlus()) {
|
||||
|
||||
Reference in New Issue
Block a user