Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SmtpClient ¶
type SmtpClient struct {
// contains filtered or unexported fields
}
func NewSmtpClient ¶
func NewSmtpClient(client *smtp.Client, addr string, username, password, from string) *SmtpClient
func (*SmtpClient) Close ¶
func (m *SmtpClient) Close()
func (*SmtpClient) Setup ¶
func (m *SmtpClient) Setup() error
func (*SmtpClient) String ¶
func (*SmtpClient) String() string
Click to show internal directories.
Click to hide internal directories.