Documentation
¶
Index ¶
Constants ¶
View Source
const ( Name string = "smtp" Description string = "Send an email with SMTP" Permissions string = "" Example string = `` /* 201-byte string literal not displayed */ )
View Source
const ( Red string = "#e20b0b" Green string = "#23ba47" Grey string = "#a4a8b1" Text string = "text" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Notifier ¶
type Notifier struct{}
func (Notifier) Information ¶
func (n Notifier) Information() models.Information
func (Notifier) Parameters ¶
func (n Notifier) Parameters() models.Parameters
type Parameters ¶
type Parameters struct { HostPort string `field:"host_port" validate:"required"` User string `field:"user"` Password string `field:"password"` From string `field:"from" validate:"required"` To string `field:"to" validate:"required"` Format string `field:"format" default:"html"` TLS bool `field:"tls" default:"false"` }
Click to show internal directories.
Click to hide internal directories.