Versions in this module Expand all Collapse all v1 v1.0.1 Feb 22, 2022 Changes in this version + const BoundaryVal + const CharsetUTF8 + const MultipartAlternative + const QuotedPrintable + const TextHTML + const TextPlain + func NewClient(host, username, password string) (*smtp.Client, error) + func Send(client *smtp.Client, e Email) error + func ToMessageStr(e Email) string + type Body struct + HTML string + PlainText string + type Email struct + BCC []mail.Address + Body Body + CC []mail.Address + From mail.Address + ReplyTo mail.Address + ReturnPath mail.Address + Subject string + To []mail.Address v1.0.0 Feb 22, 2022