Versions in this module Expand all Collapse all v0 v0.0.1 Jul 18, 2022 Changes in this version + const Base64 + const CRLF + const ContentDisposition + const ContentTransferEncoding + const ContentType + const Data + const From + const MIME + const Subject + const To + type Client struct + func NewClient(user, password, host string) *Client + func (c *Client) File(name string, data []byte) + func (c *Client) Html(html string) + func (c *Client) Name(name string) + func (c *Client) SendEmail(addr ...string) (bool, error) + func (c *Client) Subject(title string) + func (c *Client) Text(text string) + type File struct + Disposition []string + Encoding string + Filename string + TransferEncoding string + Type []string + type Header struct + Name string + Value []string + func NewHeader(name string, attr ...string) *Header + func (h *Header) AddAttr(name string, value ...string) + func (h *Header) Encoding() []byte + type Message struct + func (m *Message) Next(msg *Message)