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
Click to show internal directories.
Click to hide internal directories.