mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-27 05:25:58 +00:00
Web server now starts
Can serve static content, no dynamic stuff yet
This commit is contained in:
@@ -34,7 +34,7 @@ func (s *Server) Start() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
inbucket.Info("Listening on TCP4 %v", addr)
|
||||
inbucket.Info("SMTP listening on TCP4 %v", addr)
|
||||
ln, err := net.ListenTCP("tcp4", addr)
|
||||
if err != nil {
|
||||
inbucket.Error("Failed to start tcp4 listener: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user