Documentation ¶
Overview ¶
Package email contains email client implementation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailClient ¶
type EmailClient interface { // Send sends out body to an email to the provided email address Send(to string, body []byte) error }
EmailClient is an interface for sending out email
func New ¶
func New(config EmailClientConfig, log logger.Logger) EmailClient
Click to show internal directories.
Click to hide internal directories.