django-spoolgore

A django EMAIL_BACKEND for enqueuing mail in the Spoolgore daemon.


License
Other
Install
pip install django-spoolgore==0.1

Documentation

django-spoolgore

A django email backend for the Spoolgore daemon

To use it you have to configure the email backend in your project settings.py:

EMAIL_BACKEND = 'spoolgore.backend.EmailBackend'

then you need to configure the directory where Spoolgore is spooling:

SPOOLGORE_DIRECTORY = '/var/spool/foobar'