django-postageapp

Postageapp.com email backend for Django 1.2+


License
Other
Install
pip install django-postageapp==0.1.1a

Documentation

django-postageapp
-----------------

Usage
*****

Install with:
::

    pip install django-postageapp


In your settings.py:
::

    EMAIL_BACKEND = "django_postageapp.PostageappEmailBackend"
    EMAIL_POSTAGEAPP_API_KEY = "YOUR_POSTAGEAPP_API_KEY"