django-threaded-email

Send an email in the background using the builtin threading module.


License
MIT
Install
pip install django-threaded-email==0.0.1

Documentation

Django Threaded Email

Send an email in the background using the builtin threading module.

pip install django-threaded-email

Simple script to send email in the backround in django. Requires django's email settings to be configured properly.