django-mailpers - SMTP development server for Django
SMTP / Email helpers for Django apps
I have just released django-mailpers - for now it's only SMTP development server, but there will be more addons.
Why I created it?
I was using python smtp development server in several projects, and at some point I have realised, that it would be nice to have it integrated with Django rules. So I wrote it as part of Django pluggable application.
Installation and usage are quite simple: http://github.com/bluszcz/django-mailpers/blob/master/README
django-mailpers on cheeseshop: http://pypi.python.org/pypi/django-mailpers/
Another feature - in meanwhile - some addons around send_mail - I hope soon :)
