Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements a mail client
type Config ¶
type Config struct { Identity string `yaml:"identity"` Username string `yaml:"username"` Password string `yaml:"password"` Host string `yaml:"host"` Addr string `yaml:"addr"` From string `yaml:"from"` HTML bool `yaml:"html"` Subjects map[string]string `yaml:"subjects"` }
Config represents the mail configuration
Click to show internal directories.
Click to hide internal directories.