Skip to main content

Django email log backend

Project description

pip install django-email-log-backend

or

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

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 = [
        # ...
        path('django-email-log/', include('django_email_log.urls')),
]

Screenshots

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.3.5.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

django_email_log_backend-0.3.5-py3-none-any.whl (19.5 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