Documentation
¶
Overview ¶
Package gosendmail can send utf8 mail.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SendMail ¶
type SendMail struct {
// contains filtered or unexported fields
}
mail value and build method
type SmtpServer ¶
type SmtpServer struct {
// contains filtered or unexported fields
}
func NewSmtpSever ¶
func NewSmtpSever(serverName string, port int, userName string, password string) SmtpServer
creat new SmtpServer Instance
Click to show internal directories.
Click to hide internal directories.