feat: add mail push

新增电子邮箱推送
This commit is contained in:
Leo Chen
2024-10-27 20:21:34 +08:00
parent ffacfe0f42
commit 0396d8222e
10 changed files with 423 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ const (
NotifyChannelTelegram = "telegram"
NotifyChannelLark = "lark"
NotifyChannelServerChan = "serverchan"
NotifyChannelMail = "mail"
)
type NotifyTestPushReq struct {