Skip to main content

Django email interceptor provides email backends to intercept outgoing mail and mail them to a specified email instead.


Supported Python versions Latest Version License Travis CI Django 1.7, 1.8


Quickstart

Install via pip

pip install django-email-interceptor

Add to installed apps:

INSTALLED_APPS = (
    ...
    'email_interceptor',
    ...
)

Change the email backend to use interceptor and set an email to send the intercepted mail to:

EMAIL_BACKEND = 'email_interceptor.backends.SmtpInterceptorBackend'

INTERCEPTOR_EMAIL = 'test@example.com'

Testing

To run tests, install the requirements for testing and run!

pip install -r requirements/test.txt
python runtests.py

Download files

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

Source Distribution

django-email-interceptor-0.1.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file django-email-interceptor-0.1.tar.gz.

File metadata

File hashes

Hashes for django-email-interceptor-0.1.tar.gz
Algorithm Hash digest
SHA256 bd6bd768b452cc79eaa769293dfa5f6855559c73a963919b0ce19071307945c4
MD5 2c34535711478edd60f67eef3575dcd4
BLAKE2b-256 9d1489ad88dfd5ced4117a50351bf3e0550ad17dfc573ea880d9b7bebea7a729

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1 This release

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page