mhale / smtpd

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

Add AUTH support #10

Closed legionus closed 5 years ago

legionus commented 5 years ago

Please add support for authentication. It will be very useful to have a callback to check the username and password.

mhale commented 5 years ago

I've made some minor changes for flexibility and RFC compliance, and also code coverage.