outbox 0.1.4

outbox is simplest SMTP client you'll ever see. It's 100% synchronous...UsageGive your app an outbox easily:from outbox import Outbox, Email, Attachmentoutbox = Outbox(username='username', password='password', server='server', port=1234,...