Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMTPConfig ¶
func (*SMTPConfig) Mailer ¶
func (c *SMTPConfig) Mailer() Mailer
type SMTPMailer ¶
type SMTPMailer struct {
// contains filtered or unexported fields
}
func NewSMTPMailer ¶
func NewSMTPMailer(host string, port int, username, password string) *SMTPMailer
func (*SMTPMailer) Mail ¶
func (s *SMTPMailer) Mail(m *Message) error
Click to show internal directories.
Click to hide internal directories.