Skip to main content

Queues the sending of email with Django Q.

Project description

Django Q Email
==============

[![Current version on PyPI](http://img.shields.io/pypi/v/django-q-email.svg)][pypi]

`django-q-email` is a reusable Django app for queuing the sending of email with [Django Q][].


Installation
------------

Install the latest version with pip:

```bash
$ pip install django-q-email
```

Then in `settings.py`:

```python
INSTALLED_APPS = [
...
'django_q_email',
...
]

EMAIL_BACKEND = 'django_q_email.backend.DjangoQBackend'
```

Then send email in the normal way, as per the [Django email docs](https://docs.djangoproject.com/en/1.10/topics/email/),
and they will be sent in a background task. [See Django Q for more info](https://github.com/Koed00/django-q).


Requirements
------------

- [Django](https://www.djangoproject.com/) >= 1.8
- [Django Q](https://github.com/Koed00/django-q)


Contributing
------------

1. Check the open issues or open a new issue to start a discussion around
your feature idea or the bug you found
2. Fork the repository and make your changes
3. Create a new pull request


[pypi]: http://pypi.python.org/pypi/django-q-email/
[django q]: https://github.com/Koed00/django-q

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-q-email-1.0.0.zip (4.3 kB view details)

Uploaded Source

File details

Details for the file django-q-email-1.0.0.zip.

File metadata

  • Download URL: django-q-email-1.0.0.zip
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-q-email-1.0.0.zip
Algorithm Hash digest
SHA256 535bd6af6bdc1be0a39b10ede58ced79d139b7c28caf53e5056693120f56b08e
MD5 5ce169a442502acaa80f955c95850185
BLAKE2b-256 97ccdfd6f6cd8c2ad88eabd830bf7fd82ea8b5e50ee562a9aa58888e4d67b5f7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page