Start listens to a channel and sends all incoming messages to a SMTP server. Errors will be logged. Use code snippet: d := NewDaemon(...) go func(){ if err := d.Worker(); err != nil { panic(err) // for example } }() d.Send(*gomail.Message) d.Stop()
()
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected