django-contactme

Django pluggable contact form app with email verification.


License
MIT
Install
pip install django-contactme==1.3.0

Documentation

django-contactme

pypi travis coveralls

Simple and stable Django app that provides a contact form with email protection: 1. Contact data only hit the database when the user confirms the verification URL sent by email 2. Emails are threaded to avoid response blocking 3. Supports Django 1.8 and 1.9 under Python 2.7, 3.4 and 3.5

Read the documentation at:

Includes several demo sites and a complete test suite for the backend code and the jquery plugin.