Documentation ¶
Overview ¶
Package email is the email notification package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotifyConfig ¶
type NotifyConfig struct { base.DefaultNotify `yaml:",inline"` Server string `` /* 150-byte string literal not displayed */ User string `` /* 128-byte string literal not displayed */ Pass string `yaml:"password" json:"password" jsonschema:"required,title=SMTP Password,description=SMTP password,example=\"password\""` To string `` /* 132-byte string literal not displayed */ From string `` /* 127-byte string literal not displayed */ }
NotifyConfig is the email notification configuration
func (*NotifyConfig) Config ¶
func (c *NotifyConfig) Config(gConf global.NotifySettings) error
Config configures the log files
Click to show internal directories.
Click to hide internal directories.