package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Aug 22, 2019
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Addr string `json:"addr"`
ReadTimeout int `json:"read_timeout"`
}
Config stores configuration data for the SMTP server.
Server awaits incoming connections and delivers them to the mail queue.
New creates a new SMTP server with the specified configuration.
Close shuts down the server.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.