Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
smtpd
✓ git.mills.io/prologic/smtpd
Start a basic SMTP server
package main
import (
"fmt"
"git.mills.io/prologic/smtpd"
)
func main() {
server := smtpd.NewServer(":2525")
fmt.Println("SMTP server starting...")
server.ListenAndServe()
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20210710122116-a525b76c287alatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.