Documentation ¶
Overview ¶
Package email manages outgoing email traffic.
It relies on a configuration item in the database, holding the credentials of the sending email account, and the smtp server address and port number.
If the configuration item is missing, a template for it is created in the database. Update it with your account's details, then restart the server to load them.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotSentImmediately = errors.New("ErrNotSentImmediately")
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.