Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/20tab/django-spoolgore

A django email backed for the Spoolgore daemon
https://github.com/20tab/django-spoolgore

Last synced: about 1 month ago
JSON representation

A django email backed for the Spoolgore daemon

Lists

README

        

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:

```py
EMAIL_BACKEND = 'spoolgore.backend.EmailBackend'
```

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

```py
SPOOLGORE_DIRECTORY = '/var/spool/foobar'
```