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: 4 months ago
JSON representation
A django email backed for the Spoolgore daemon
- Host: GitHub
- URL: https://github.com/20tab/django-spoolgore
- Owner: 20tab
- License: mit
- Created: 2014-02-27T06:21:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T11:00:23.000Z (over 10 years ago)
- Last Synced: 2024-09-17T14:06:53.203Z (4 months ago)
- Language: Python
- Size: 176 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-django-cn - django-spoolgore, star:5 - 使用 Spoolgore daemon 的 django 邮件后端(3 年未更新)。 (Email)
- awesome-django - django-spoolgore - A django email backed for the Spoolgore daemon. (Email)
- awesome-django - django-spoolgore - A django email backed for the Spoolgore daemon. (Email)
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'
```