Versions in this module Expand all Collapse all v1 v1.0.1 Jun 11, 2022 Changes in this version + type Email struct + Addr string + BCC []string + CC []string + Comments string + From string + ReplyTo []string + Sender string + Subject string + To []string + func (e *Email) AttachFile(filename string) error + func (e *Email) Reset() + func (e *Email) Send() error + func (e *Email) SetAuth(a smtp.Auth) *Email + func (e *Email) WriteHTML(html []byte) *Email + func (e *Email) WriteText(text []byte) *Email