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 details)

Uploaded Source

Built Distribution

django_email_log_backend-0.3.5-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

Details for the file django-email-log-backend-0.3.5.tar.gz.

File metadata

File hashes

Hashes for django-email-log-backend-0.3.5.tar.gz
Algorithm Hash digest
SHA256 32099abdec4e5e50c78d7a449e97ee7af745f1563b44b7f3fa59c250208935ba
MD5 025e09b2ace90f699d1f5a40010b9aaa
BLAKE2b-256 f4fbfa92081b00521ec741f39a89af675d9837f40dac0a830aff73e8c6e460b6

See more details on using hashes here.

File details

Details for the file django_email_log_backend-0.3.5-py3-none-any.whl.

File metadata

File hashes

Hashes for django_email_log_backend-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 42039a81d79a3918b081dd71d5699159873d93136360167c92840f06300040e7
MD5 8252aa888907d940ba01a951df7b0b73
BLAKE2b-256 489ae6e5c9508bb88959b57d1ef7ab06704648ef4ae1d4e1bf6157a376f2eb49

See more details on using hashes here.

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