Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { ID string `yaml:"id,omitempty"` Server string `yaml:"smtp_server,omitempty"` Username string `yaml:"smtp_username,omitempty"` Password string `yaml:"smtp_password,omitempty"` FromAddress string `yaml:"from_address,omitempty"` SMTPCC []string `yaml:"smtp_cc,omitempty"` SMTPFormat string `yaml:"smtp_format,omitempty"` Subject string `yaml:"subject,omitempty"` HTML bool `yaml:"smtp_html,omitempty"` DisableStartTLS bool `yaml:"smtp_disable_starttls,omitempty"` }
Click to show internal directories.
Click to hide internal directories.