Versions in this module Expand all Collapse all v0 v0.1.1 Oct 3, 2016 Changes in this version + type Service struct + DefaultFrom string + NotifyAddresses []string + SMTPHost string + SMTPIdentity string + SMTPPassword string + SMTPPort int + SMTPSkipVerify bool + SMTPUsername string + SubjectPrefix string + func (s Service) Notify(subject, body string) error + func (s Service) SendEmail(from string, to []string, subject string, body string) error