Versions in this module Expand all Collapse all v0 v0.0.2 Mar 3, 2020 Changes in this version + type Email struct + func (m *Email) AddAttachment(filename, contentType string, content []byte) + func (m *Email) AddBCC(contact *cbmail.Contact) + func (m *Email) AddCC(contact *cbmail.Contact) + func (m *Email) AddTo(contact *cbmail.Contact) + func (m *Email) Send() error + func (m *Email) SetFrom(contact *cbmail.Contact) + func (m *Email) SetHeader(key, value string) + func (m *Email) SetHtmlBody(body string) + func (m *Email) SetReplyTo(contact *cbmail.Contact) + func (m *Email) SetSubject(subject string) + func (m *Email) SetTextBody(body string) + type Provider struct + func New(dependencies cbmail.Dependencies) (*Provider, error) + func (p *Provider) New() cbmail.Email