Multimail Demo

Multimail is a Django plugin that manages the creation of multiple verified e-mail accounts for your users.

Create a new user to see multimail in action.


Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only.


Enter the same password as above, for verification.

Or login with an existing account




Using multimail is as easy as this:

  • pip install django-multimail
  • Put 'multimail' in your INSTALLED_APPS
  • Include 'django.template.loaders.eggs.Loader' in your TEMPLATE_LOADERS
  • Include a line like this in your base urls.py:
    (r'^mail/', include('multimail.urls')),
  • syncdb

You will also want to be sure to:


Download / Fork

Multimail is available at github:

https://github.com/scott2b/django-multimail

Multimail is designed for Django versions 1.4+