mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
perf: 增加邮件发送证书模版配置
This commit is contained in:
@@ -156,7 +156,7 @@ export class DeployCertToMailPlugin extends AbstractTaskPlugin {
|
||||
throw new Error('证书压缩文件还未生成,重新运行证书任务');
|
||||
}
|
||||
await this.ctx.emailService.sendByTemplate({
|
||||
type: "common",
|
||||
type: "sendCert",
|
||||
data,
|
||||
receivers: this.email,
|
||||
attachments: [
|
||||
|
||||
Reference in New Issue
Block a user