[[OhlohWidgetGroup(116373, project_basic_stats, project_factoids, project_users?style=green)]] = pymta = pymta is a Python library to build an SMTP server with customized behavior. 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 re-implementing the whole SMTP protocol. * have a low-volume SMTP server which can be easily extended using Python The whole code is licensed under the very liberal [http://en.wikipedia.org/wiki/MIT_License MIT license] so you can use it in your own code without problems. === Download === * tar.gz, egg: http://pypi.python.org/pypi/pymta * source: [http://oss.schwarz.eu/cgi-bin/hgwebdir.cgi/pymta] (hg repository) === Documentation and Support === * [/docs/html/ HTML documentation for pymta] * Until now there were so few support requests that I did not bother setting up a mailing list. If you need help or want to tell me about your cool usage of pymta, please send an [http://www.schwarz.eu/en/about.html email] :-) * If you found a bug, please [/newticket file a bug]. '''If you like this software, please do me a favor and [http://www.ohloh.net/p/pymta vote on Ohloh] and/or click the 'I use it' button on right.'''