Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GmailSender ¶
type GmailSender struct {
// contains filtered or unexported fields
}
GmailSender sends email using Gmail's SMTP server, reusing the underlying SMTP connection.
func NewGmailSender ¶
func NewGmailSender(user, password string) (*GmailSender, error)
func (*GmailSender) Close ¶
func (s *GmailSender) Close() error
Click to show internal directories.
Click to hide internal directories.