20tab / django-spoolgore

A django email backed for the Spoolgore daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

A django email backed for the Spoolgore daemon

License:MIT License


Languages

Language:Python 100.0%