Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailClient ¶
type EmailClient struct {
// contains filtered or unexported fields
}
func NewEmailClient ¶
func NewEmailClient(host, port string) *EmailClient
func (*EmailClient) Send ¶
func (c *EmailClient) Send(to, from, subject, body string)
Click to show internal directories.
Click to hide internal directories.