SendPlain sends a simple plain text email func (dm *Daemon) SendPlain(from, to, subject, body string) error { return dm.sendMsg(from, to, subject, body, false) } SendPlain sends a simple html email func (dm *Daemon) SendHtml(from, to, subject, body string) error { return dm.sendMsg(from, to, subj
(opts ...DaemonOption)
source not stored for this graph (policy: none)