mhale / smtpd

An SMTP server package written in Go, in the style of the built-in HTTP server.
The Unlicense
404 stars 92 forks source link

An optional RCPT handler #7

Closed pierremarc closed 6 years ago

pierremarc commented 6 years ago

I didn't include it in ListenAndServe* shorthands, it felt easy enough to rewrite them in client code to include this handler.