Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Send(ctx context.Context, msg *converter.Message) (int, error)
Close() error
}
Client exposes the methods of the SMTP client
type SMTP ¶
type SMTP struct {
// contains filtered or unexported fields
}
SMTP wraps SMTP email sending
Click to show internal directories.
Click to hide internal directories.