Documentation ¶
Overview ¶
Package smtp implements SMTP as email provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Address string `name:"address" description:"SMTP server address"` Username string `name:"username" description:"Username to authenticate with"` Password string `name:"password" description:"Password to authenticate with"` Connections int `name:"connections" description:"Maximum number of connections to the SMTP server"` TLSConfig *tls.Config }
Config for the SMTP email provider.
Click to show internal directories.
Click to hide internal directories.