Email Hijacker for Django
Project description
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"
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.
Source Distribution
Built Distribution
File details
Details for the file django-email-hijacker-0.3.2.tar.gz
.
File metadata
- Download URL: django-email-hijacker-0.3.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f42c00ce0965cfd01302eb1892b897c8d502217b1805ce54e21f226652fae04d |
|
MD5 | 89c0108a9de75078e300e5b9c7f9dcbe |
|
BLAKE2b-256 | e225ec6bca691a011d6a665ede8d7defdf4b4fd77f2ad2c3c2b98c6e61712f3c |
File details
Details for the file django_email_hijacker-0.3.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_email_hijacker-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c21c519023eeee9fe2c8001563748d0c61616e9fcc17f31bfd14a6a21333d61 |
|
MD5 | e31eb57de913df837932e69f452b00a2 |
|
BLAKE2b-256 | 7b6da48d265d8126c2168fb30f4a1ff6113063cdebaa4e36b3efe299e8d8c2bf |