Mandrill Logger is a simple app to log the communication with mandrill. Sometimes we want to log the emails on our end instead of giving users access to the mandrill-account. This also allows us to follow up on user emails that are being rejected or marked as spam.
# Installation
pip install mandrill-logger
# Getting Started
## Add to INSTALLED_APPS*
‘mandrill_logger’,
## Migrate
python manage.py migrate mandrill_logger
## Implement Mandrill Logger After you have sent your email, simply send the email object to log_email:
from mandrill_logger.utils import MandrillLogger mandrill_logger = MandrillLogger() mandrill_logger.log_email(email)
## Log into Admin to view the logs Simply log in to Django Admin to view the logs created.
Release files for mandrill-logger 0.0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mandrill-logger-0.0.9.tar.gz | 4.4 kB | Details |
Release files / mandrill-logger-0.0.9.tar.gz
| Download URL | mandrill-logger-0.0.9.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8acd82959cbd1cbfcb00d315eeee66f556716e4a5887b4f32295ea433fc590aa
|
|
BLAKE2b-256 checksum How to use checksums |
0a2fd49ee550aac63de19934aaf78df190a007c2dd433817841c6b565332a674
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
|