Documentation ¶
Overview ¶
smtp client / server implementation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct { // name name of the smtp application Appname string // the hostname of the smtp server Hostname string // the handler of inbound mail Handler Handler // mail storage for inbound mail Inbound mailstore.Store // outbound mail queue Outbound mailstore.SendQueue // user authenticator for sending mail Auth Auth // TLS Config TLS *tls.Config }
Click to show internal directories.
Click to hide internal directories.