Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Emailer ¶
type Emailer struct {
// contains filtered or unexported fields
}
Emailer is the SMTP e-mail messenger.
type Server ¶
type Server struct { Username string `json:"username"` Password string `json:"password"` AuthProtocol string `json:"auth_protocol"` TLSEnabled bool `json:"tls_enabled"` TLSSkipVerify bool `json:"tls_skip_verify"` EmailHeaders map[string]string `json:"email_headers"` // Rest of the options are embedded directly from the smtppool lib. // The JSON tag is for config unmarshal to work. smtppool.Opt `json:",squash"` // contains filtered or unexported fields }
Server represents an SMTP server's credentials.
Click to show internal directories.
Click to hide internal directories.