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

smtpd as MTA? #4

Closed mrPsycho closed 8 years ago

mrPsycho commented 8 years ago

could you please write very basic example of MTA?

mhale commented 8 years ago

Here is a basic one from my mailrouter project. :

https://github.com/mhale/mailrouter/blob/master/mailrouter.go#L33

mrPsycho commented 8 years ago

ok! thanks!