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 contains required sender information
type Config ¶
type Config struct { From string `json:"from"` To string `json:"to"` Host string `json:"host"` Port string `json:"port"` Credentials Credentials `json:"credentials"` }
Config a basic structure of configurations
type Credentials ¶
Credentials used for logging into the email account of sender
Click to show internal directories.
Click to hide internal directories.