Versions in this module Expand all Collapse all v1 v1.0.2 Sep 27, 2023 v1.0.1 May 23, 2023 Changes in this version + type Agent struct + func New(c *Config) (*Agent, error) + func (a *Agent) Send(To []string, From, Subject, Header, Content, Footer string) error + func (a *Agent) SendMail(to []string, subject, content string) error + type Append struct + Path string + Rename string + type Config struct + Appends []Append + FromName string + Host string + Password string + Port string + Secret string + Template string + Username string