Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Default = StdConfig("default").Build()
)
View Source
var (
NewEmail = email.NewEmail
)
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type Attachment = email.Attachment
type Config ¶
type Config struct {
SSL bool `config:"ssl"`
Timeout time.Duration `config:"timeout"`
Address string `config:"address"`
PoolSize int `config:"poolSize"`
Identity string `config:"identity"`
Username string `config:"username"`
Password string `config:"password"`
Host string `config:"host"`
From string `config:"from"`
// contains filtered or unexported fields
}
Config 配置
Click to show internal directories.
Click to hide internal directories.