winzard / django-mail-queue

Django app for queueing up and sending mail. Nothing too special.

Home Page:http://readthedocs.org/docs/django-mail-queue/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Pypi Version

Django Mail Queue

Mail Queue provides an easy and simple way to send email. Each email is saved and queued up either in real time or with Celery. As always, feedback, bugs, and suggestions are welcome.

Installation

pip install django-mail-queue

We officially support the 3 latest versions of Django as best as possible. Currently this means that we test and support Django 1.4, 1.5, and 1.6 on Python 2.7, 3.3, and 3.4

Read me some docs

http://readthedocs.org/docs/django-mail-queue/en/latest/

Mail Queue provides an admin interface to view all attempted emails and actions for resending failed messages.

image

Support/Help/Spam/Hate Mail

If you have questions/problems/suggestions the quickest way to reach me to is simply add a GitHub issue to this project.

About

Django app for queueing up and sending mail. Nothing too special.

http://readthedocs.org/docs/django-mail-queue/en/latest/

License:MIT License