Documentation ¶
Overview ¶
Sends messages with a SMTP server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(config *Config, passwords PasswordsBackend) backend.SendBackend
Types ¶
type PasswordsBackend ¶
type SendBackend ¶
type SendBackend struct { PasswordsBackend // contains filtered or unexported fields }
func (*SendBackend) SendMessage ¶
func (b *SendBackend) SendMessage(user string, msg *backend.OutgoingMessage) error
Click to show internal directories.
Click to hide internal directories.