Registry / networking / prologic-smtpd

prologic-smtpd

JSON →
library0.0.0-20210710122116-a525b76c287agogounverified

A basic SMTP server implementation in Go.

go get git.mills.io/prologic/smtpd
INSTALL
IMPORT
SIG · PROLOGIC-SMTPD
P
prologic-smtpd
networkinggov0.0.0-20210710122116-a525b76c287a
harness data pending
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.

Agent activity
6 hits · last 30 days
node
6
Resources
prologic-smtpd — go get prologic-smtpd · libregistry