skip to navigation
skip to content

pymta 0.3

library to build a custom SMTP server

Downloads ↓ | Package Documentation

Latest Version: 0.5.2

pymta is a library to build a custom SMTP server in Python. This is useful if
you want to...

* test mail-sending code against a real SMTP server even in your unit tests.
* build a custom SMTP server with non-standard behavior without reimplementing
the whole SMTP protocol.
* have a low-volume SMTP server which can be easily extended using Python


Changes in 0.3 (15.02.2009)
-------------------------------

* Switch to process-based architecture, got rid of asyncore
* Support for size-limitations of messages, huge messages will not be stored in
memory if they will be rejected anyway (denial of service prevention)
* API documentation is now auto-generated
* Added the debugging_server as an extremely simple example of a pymta-based server
 
File Type Py Version Uploaded on Size # downloads
pymta-0.3-py2.5.egg (md5) Python Egg 2.5 2009-02-15 41KB 545
pymta-0.3.tar.gz (md5) Source 2009-02-15 76KB 388