package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Jan 11, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Dailer interface {
Dial() (mail.SendCloser, error)
}
Dailer interface
type Sender struct {
Dailer Dailer
}
Sender can send emails
func (s *Sender) SendMails(mails []*mail.Message) (notSended []*mail.Message, err error)
SendMails sends mails
Source Files
¶
Click to show internal directories.
Click to hide internal directories.