Email Hijacker for Django
Project description
Note
For the latest source, discussions, etc., please visit the GitHub repository
Django Email Hijacker
Django Email Hijacker lets you send emails via your favourite email backend but sends them to a specified email address instead of the intended recipients.
It allows you to send emails via a real backend from a development or staging environment without worrying that an actual user might get sent unintended emails.
Installation
pip install django-email-hijacker
In your development or staging settings.py:
EMAIL_BACKEND = "email_hijacker.backends.hijacker.EmailBackend" HIJACKER_EMAIL_ADDRESS = "hijacker@example.org" HIJACKER_EMAIL_BACKEND = "your.real.EmailBackend"
Note
Django Email Hijacker uses Django Pods.
It allows for prefix style settings:
HIJACKER_EMAIL_ADDRESS = "hijacker@example.org" HIJACKER_EMAIL_BACKEND = "your.real.EmailBackend"
Or dictionary style settings:
HIJACKER = { "EMAIL_ADDRESS": "hijacker@example.org", "EMAIL_BACKEND": "your.real.EmailBackend" }
Running Tests
tox
Contributions
All contributions and comments are welcome.
Change Log
v0.3.2
- Fix #2: exclude tests package
v0.3.1
- Switch to Semantic Versioning
- Fix issue with parse_requirements for newer versions of pip (>=6.0.0)
v0.3
- Use Django Pods for settings
v0.2
- Unit tests now use Django 1.7 final instead of RC1
v0.1
- Initial
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_email_hijacker-0.3.2-py2.py3-none-any.whl (5.6 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size django-email-hijacker-0.3.2.tar.gz (4.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for django_email_hijacker-0.3.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c21c519023eeee9fe2c8001563748d0c61616e9fcc17f31bfd14a6a21333d61 |
|
MD5 | e31eb57de913df837932e69f452b00a2 |
|
BLAKE2-256 | 7b6da48d265d8126c2168fb30f4a1ff6113063cdebaa4e36b3efe299e8d8c2bf |
Close
Hashes for django-email-hijacker-0.3.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f42c00ce0965cfd01302eb1892b897c8d502217b1805ce54e21f226652fae04d |
|
MD5 | 89c0108a9de75078e300e5b9c7f9dcbe |
|
BLAKE2-256 | e225ec6bca691a011d6a665ede8d7defdf4b4fd77f2ad2c3c2b98c6e61712f3c |