Versions in this module Expand all Collapse all v0 v0.2.1 May 6, 2017 v0.2.0 Mar 12, 2017 Changes in this version + type Email struct + Auth smtp.Auth + Header map[string]string + Template *template.Template + func New(smtpAddress string) *Email + func (e *Email) Send(m *Message) (err error) + type File struct + Content string + Name string + Type string + type Message struct + Attachments []*File + CC string + From string + HTML string + ID string + Inlines []*File + Subject string + TemplateData interface{} + TemplateName string + Text string + To string