inbox

Software Screenshot:
inbox
Software Details:
Version: 0.0.5
Upload Date: 14 Apr 15
Developer: Kenneth Reitz
Distribution Type: Freeware
Downloads: 21

Rating: 1.0/5 (Total Votes: 1)

inbox is simplest SMTP server you'll ever see.

It's quite quick. One instance should handle over one thousand emails per second.

Usage

Give your app an inbox easily:

from inbox import Inbox

inbox = Inbox()

@inbox.collate
def 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
[2012-04-28 07:31] INFO: inbox: Starting SMTP server at 0.0.0.0:4467


Installation

Installing Inbox.py is simple:

 pip install inbox

Requirements:

  • Python

Similar Software

popexec
popexec

3 Jun 15

HighVIP
HighVIP

11 May 15

Smmel
Smmel

15 Apr 15

Other Software of Developer Kenneth Reitz

Requests
Requests

28 Feb 15

dj-database-url
dj-database-url

20 Feb 15

ghsync
ghsync

11 May 15

Comments to inbox

Comments not found
Add Comment
Turn on images!