MCPcopy Create free account
hub / github.com/corestoreio/pkg / Worker

Method Worker

email/daemon.go:103–111  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

workerSendFuncMethod · 0.95
workerDialMethod · 0.95

Tested by

no test coverage detected