邮箱通知支持多个收件人

This commit is contained in:
whyour
2025-05-08 01:27:25 +08:00
parent d871585eee
commit 710a107e73
6 changed files with 17 additions and 8 deletions
+1
View File
@@ -117,6 +117,7 @@ export class EmailNotification extends NotificationBaseInfo {
public emailService: string = '';
public emailUser: string = '';
public emailPass: string = '';
public emailTo: string = '';
}
export class PushMeNotification extends NotificationBaseInfo {