Versions in this module Expand all Collapse all v1 v1.0.1 Jun 19, 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/v2