Skip to main content

Django email log backend

Project description

Install

pip install django-email-log-backend.git

or

pip install -e ‘git+https://github.com/mireq/django-email-log-backend.git#egg=django_email_log_backend’

Usage

Settings

INSTALLED_APPS = (
        # ...
        'django_email_log',
)

EMAIL_BACKEND = 'django_email_log.backends.EmailBackend'
EMAIL_LOG_BACKEND = 'django.core.mail.backends.console.EmailBackend'

Emails are forwarded to EMAIL_LOG_BACKEND.

# urls.py
urlpatterns = [
        # ...
        url(r'^django-email-log/', include('django_email_log.urls')),
]
https://raw.github.com/wiki/mireq/django-email-log-backend/msg1.png?v2020-04-03 https://raw.github.com/wiki/mireq/django-email-log-backend/msg2.png?v2020-04-03 https://raw.github.com/wiki/mireq/django-email-log-backend/msg3.png?v2020-04-03

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-email-log-backend-0.3rc4.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distribution

django_email_log_backend-0.3rc4-py3-none-any.whl (18.7 kB view hashes)

Uploaded Python 3

Supported by

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