Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { SendEmail(request *Email) error SetHeader(email *Email) textproto.MIMEHeader HeaderToBytes(buff io.Writer, header textproto.MIMEHeader) }
func NewClient ¶
func NewClient(option *ClientOption) Client
type ClientOption ¶
Click to show internal directories.
Click to hide internal directories.