Installation

  1. Install library, for instance with pip:

    pip install django-mailrobot
  2. Add library to your INSTALLED_APPS in your settings:

    INSTALLED_APPS += ['mailrobot']
    
  3. Add the tables.

    Prior to django 1.7:

    $ ./manage.py syncdb

    With South:

    $ ./manage.py schemamigration --initial mailrobot
    $ ./manage.py migrate mailrobot
Read the Docs v: v0.3
Versions
latest
v0.3
v0.2
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.