Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mail ¶
type Mail struct {
Recipient string `long:"recipient" Description:"Email address to which notifications get sent"`
Sender string `long:"sender" Description:"Email address from which notifications get sent"`
SMTPServer string `long:"server" Description:"SMTP server with port for sending mails"`
SMTPSSL bool `long:"ssl" Description:"Whether SSL should be used or not"`
SMTPUser string `long:"user" Description:"User for authenticating the SMTP connection"`
SMTPPassword string `long:"password" Description:"Password for authenticating the SMTP connection"`
}
Mail contains all values needed to be able to send a mail
Click to show internal directories.
Click to hide internal directories.