Send all mail to a desired address during development
Project description
Django Development Email
========================
This was developed as an alternative to having small if checks to send all mail to a development
address. We initially wanted to just override the ``_send`` method, but since it's marked as private,
we decided to copy the class and rewrite the parts I needed. We are certainly open to other ways
and methods of implementing this.
Installation
------------
pip install django-dev-email
Add the class to your ``EMAIL_BACKEND`` setting
EMAIL_BACKEND = 'dev_email.backends.development.EmailBackend'
Add the email address to your settings file
DEV_EMAIL = 'yourdevaddress@whatever.com'
Suggestions, Bugs, Comments? Open a Github issue.
What's Next?
------------
========================
This was developed as an alternative to having small if checks to send all mail to a development
address. We initially wanted to just override the ``_send`` method, but since it's marked as private,
we decided to copy the class and rewrite the parts I needed. We are certainly open to other ways
and methods of implementing this.
Installation
------------
pip install django-dev-email
Add the class to your ``EMAIL_BACKEND`` setting
EMAIL_BACKEND = 'dev_email.backends.development.EmailBackend'
Add the email address to your settings file
DEV_EMAIL = 'yourdevaddress@whatever.com'
Suggestions, Bugs, Comments? Open a Github issue.
What's Next?
------------
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-dev-email-1.0.2.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for django_dev_email-1.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1648bfe6ee46b044dd3e93ecc50f33b3fbbf1bc0d80ccee021fb0f83d3a75b0 |
|
MD5 | b10ad3fc34cf4cf98812057ae94fe22d |
|
BLAKE2b-256 | 7446a3fa2ffe25edb896b6a4c127a8dd073ed40220b728a8176205ec28ec0fa8 |