Documentation
¶
Index ¶
- func DispatchQueue(q *MailQueue, c *config.Config, sm SendMail)
- type Backend
- type Mail
- type MailQueue
- type SendMail
- type Session
- func (s *Session) AuthPlain(username string, password string) error
- func (s *Session) Data(r io.Reader) error
- func (s *Session) EnqueueMail(mail *Mail)
- func (s *Session) Logout() error
- func (s *Session) Mail(from string, opts *smtp.MailOptions) error
- func (s *Session) Rcpt(to string, opts *smtp.RcptOptions) error
- func (s *Session) Reset()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
func (*Backend) NewSession ¶
Click to show internal directories.
Click to hide internal directories.