Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Username string `yaml:"username" description:"SMTP server username"`
Password string `yaml:"password" description:"SMTP server password"`
Server string `yaml:"server" description:"SMTP server host"`
Port int `yaml:"port" description:"SMTP server port" default:"587"`
From string `yaml:"from" description:"Sender address for user confirmation"`
}
Click to show internal directories.
Click to hide internal directories.