package
Version:
v0.0.0-...-5e83000
Opens a new window with list of versions in this module.
Published: Nov 22, 2022
License: BSD-2-Clause-Patent
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package send contains message sender abstraction.
Fake implements Sender interface doing nothing.
Send accretes the message.
type Sender interface {
Send(recipient, subject, message string) error
}
Sender abstracts message sender methods.
Source Files
¶
Directories
¶
Package smtp contains implementation of message sender using SMTP server.
|
Package smtp contains implementation of message sender using SMTP server. |
Click to show internal directories.
Click to hide internal directories.