SMTPRoutes

SMTPRoutes 1.2.9

SMTPRoutes is a lightweight SMTP server built on top of Secure-SMTPD.It's what you'd get if Sinatra and SMTP had a baby.RoutesRoutes are specified via a regex provided in the route kwarg.from smtproutes import Routeclass ExampleRoute(Route): def...