Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMTPClient ¶
type SMTPClient struct {
Server string
Port string
From string
Password string
SSL bool // SSL or not
}
SMTP Client
func NewSMTPClient ¶
func NewSMTPClient(server, port, from, passwd string, ssl bool) *SMTPClient
Click to show internal directories.
Click to hide internal directories.