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

Added forwarding of errors from Handler to SMTP session #36

Closed motienko closed 1 year ago

motienko commented 1 year ago

Added forwarding of errors from Handler to SMTP session. Useful for rejecting the message after header or body content checks.