Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 589 Bytes

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

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