Versions in this module Expand all Collapse all v1 v1.0.0 Mar 2, 2026 Changes in this version + type Body struct + AccountantName string + Address string + FileNames []string + Month string + Name string + Phone string + Year string + type Message struct + Attachments map[string][]byte + BCC []string + Body Body + CC []string + Subject string + TemplateHtml []string + To []string + func NewMessage(s string, b Body, tmpl []string) *Message + func (u *Message) AttachFile(src string) error + type Sender interface + Send func(m *Message) error + func NewSender(email, password string) Sender