Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMTPSender ¶
type SMTPSender struct {
// contains filtered or unexported fields
}
func NewSMTPSender ¶
func NewSMTPSender(from, pass, host string, port int) (*SMTPSender, error)
func (*SMTPSender) Send ¶
func (s *SMTPSender) Send(input email.SendEmailInput) error
Click to show internal directories.
Click to hide internal directories.