package smtp import ( "io" ) type Server interface { Run() io.Closer }