outbox

SMTP client for Humans
Download

outbox Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Nathan Hoad
  • Publisher web site:
  • https://bitbucket.org/getoffmalawn/

outbox Tags


outbox Description

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, mode='SSL')outbox.send(Email(subject='my subject', body='some nice sentiment'), )outbox.send(Email(subject='my subject', body='< b >SOME REALLY NICE SENTIMENT< /b >', type='html'), )InstallationInstalling Outbox.py is simple: pip install outboxProduct's homepage


outbox Related Software