inbox

SMTP for Humans
Download

inbox Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Kenneth Reitz
  • Publisher web site:
  • http://kennethreitz.com

inbox Tags


inbox Description

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) ...# Bind directly.inbox.serve(address='0.0.0.0', port=4467)You can also defer to the commandline. ( server.py )# Dispatch argument parser.inbox.dispatch()Run the server: server.py 0.0.0.0 4467 INFO: inbox: Starting SMTP server at 0.0.0.0:4467InstallationInstalling Inbox.py is simple: pip install inboxProduct's homepage


inbox Related Software