Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SmtpClient ¶
type SmtpClient struct { Host string Port uint16 Username string Password string // contains filtered or unexported fields }
func (*SmtpClient) Close ¶
func (c *SmtpClient) Close() error
func (*SmtpClient) Connect ¶
func (c *SmtpClient) Connect() error
func (*SmtpClient) Quit ¶
func (c *SmtpClient) Quit() error
func (*SmtpClient) SendMail ¶
func (c *SmtpClient) SendMail(m Mail) error
Click to show internal directories.
Click to hide internal directories.