Documentation
¶
Overview ¶
Simple Mail Transfer Daemon
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Service ¶
func Service(ln net.Listener, config SmtpServerConfigure)
Types ¶
type SmtpServerConfigure ¶
type SmtpServerConfigure interface { GetConfig() *base.ServerConfig Auth(username string, password string) string TakeOff(email *base.Mail) }
接口集合
Click to show internal directories.
Click to hide internal directories.