This commit is contained in:
xiaojunnuo
2024-11-26 01:39:19 +08:00
parent cb86151deb
commit 0db5381a8b
2 changed files with 3 additions and 1 deletions

View File

@@ -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()) {