Versions in this module Expand all Collapse all v0 v0.0.0 Aug 29, 2016 Changes in this version + type Email struct + Address string + Name string + func (e *Email) Format() (string, error) + type Message struct + From *Sender + HTML string + Recipients []*Recipient + Subject string + Text string + type Recipient struct + type Sender struct + type Service struct + func NewService(cnf *config.Config) *Service + func (s *Service) Send(m *Message) error + type ServiceInterface interface + Send func(m *Message) error