Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Host string
Port int
Username string
Password string
UseSsl bool
SkipTlsVerify bool
}
func NewDefaultConfig ¶
func NewDefaultConfig() *Config
type MIMEType ¶
type MIMEType = mail.ContentType
const ( MIMETypeTextHTML MIMEType = mail.TypeTextHTML MIMETypeTextPlain MIMEType = mail.TypeTextPlain )
Click to show internal directories.
Click to hide internal directories.