feat: 支持修改邮件标题,告警转发默认关闭
This commit is contained in:
@@ -113,6 +113,7 @@ type AlarmConfig struct {
|
||||
EmailForward struct {
|
||||
Enable bool `yaml:"enable" json:"enable"`
|
||||
EmailList string `yaml:"emailList" json:"emailList"`
|
||||
Title string `yaml:"title" json:"title"`
|
||||
SMTP string `yaml:"smtp" json:"smtp"`
|
||||
Port uint16 `yaml:"port" json:"port"`
|
||||
User string `yaml:"user" json:"user"`
|
||||
|
||||
Reference in New Issue
Block a user