inbox

inbox 0.0.5

inbox is simplest SMTP server you'll ever see.It's quite quick. One instance should handle over one thousand emails per second.UsageGive your app an inbox easily:from inbox import Inboxinbox = Inbox()@inbox.collatedef handle(to, sender, body) ...#...