Documentation ¶ Index ¶ type SMTP func New(app core.App, shutdown context.CancelFunc, addr string, maxMessageBytes int) SMTP func (s SMTP) Background(ctx context.Context, doneC chan<- struct{}) func (s SMTP) Start() (net.Listener, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SMTP ¶ type SMTP struct { // contains filtered or unexported fields } func New ¶ func New(app core.App, shutdown context.CancelFunc, addr string, maxMessageBytes int) SMTP func (SMTP) Background ¶ func (s SMTP) Background(ctx context.Context, doneC chan<- struct{}) func (SMTP) Start ¶ func (s SMTP) Start() (net.Listener, error) Source Files ¶ View all Source files backend.go server.go Click to show internal directories. Click to hide internal directories.