newliver / django-mailer-2

mail queuing and management for the Django web framework(multiple email accounts support.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-mailer-2 by APSL is a Chris Beaven form from a fork of 
James Tauber's django-mailer.

A reusable Django app for queuing the sending of email.

Execute runtests.py to run the test. You'll need a working mail server 
or just 

python -m smtpd -n -c DebuggingServer localhost:1025

Find documentation about configuration an use on: https://django-mailer2.readthedocs.org/en/latest/

About

mail queuing and management for the Django web framework(multiple email accounts support.)

License:MIT License


Languages

Language:Python 98.5%Language:Shell 1.5%