This commit is contained in:
xiaojunnuo
2024-11-25 11:38:49 +08:00
parent b54ae272eb
commit d0d3e74d55
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@ export class EmailNotification extends BaseNotification {
open: false,
},
required: true,
helper: '可以填写多个,填写一个按回车键再填写下一个',
helper: '可以填写多个,填写一个按回车键再填写下一个\n需要先[配置邮件服务器](#/sys/settings/email)',
})
receivers!: string[];