Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MailSender ¶
type MailSender struct {
Identity string
Host string
Port int
FromName string
FromEmail string
Username string
Password string
// contains filtered or unexported fields
}
func NewMailSender ¶
func NewMailSender(host string, port int, fromname, fromemail, username, password string) (*MailSender, error)
Click to show internal directories.
Click to hide internal directories.