Versions in this module Expand all Collapse all v2 v2.0.3 Sep 22, 2023 v2.0.2 Sep 20, 2023 v2.0.1 Aug 2, 2023 v2.0.0 Jun 27, 2023 Changes in this version + type Client struct + func New(conf Conf) *Client + func (c *Client) SendMailWithTLS(to []string, msg []byte) error + type Conf struct + From string + Host string + Params struct{ ... } + Password string + Port int + Subject string + Username string + WorkerThrottleSeconds int + Workers int + type Envelope struct + Body string + Callback func(e *Envelope, err error) + From string + MimeType string + Subject string + To string + type Pool struct + func NewPool(conf Conf) *Pool + func (p *Pool) Done() + func (p *Pool) Emit() + func (p *Pool) Mount(index int, envelope *Envelope) Other modules containing this package github.com/keepchen/go-sail