{"id":26817293,"url":"https://github.com/willandskill/mandrill_logger","last_synced_at":"2025-06-30T10:36:36.722Z","repository":{"id":57439445,"uuid":"55760802","full_name":"willandskill/mandrill_logger","owner":"willandskill","description":"Django logging for Mandrill","archived":false,"fork":false,"pushed_at":"2019-03-29T12:23:12.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-01T17:08:56.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willandskill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-08T07:52:29.000Z","updated_at":"2019-03-29T12:21:36.000Z","dependencies_parsed_at":"2022-09-26T17:20:34.047Z","dependency_job_id":null,"html_url":"https://github.com/willandskill/mandrill_logger","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/willandskill/mandrill_logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willandskill%2Fmandrill_logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willandskill%2Fmandrill_logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willandskill%2Fmandrill_logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willandskill%2Fmandrill_logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willandskill","download_url":"https://codeload.github.com/willandskill/mandrill_logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willandskill%2Fmandrill_logger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262756860,"owners_count":23359597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-30T04:15:56.801Z","updated_at":"2025-06-30T10:36:36.698Z","avatar_url":"https://github.com/willandskill.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mandrill Logger is a simple app to log the communication with mandrill.\nSometimes 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.\n\n# Installation\n\n\n    pip install mandrill-logger\n\n# Getting Started\n\n## Add to INSTALLED_APPS*\n\n    'mandrill_logger',\n\n## Migrate\n\n    python manage.py migrate mandrill_logger\n\n## Implement Mandrill Logger\nAfter you have sent your email, simply send the email object to log_email:\n\n    from mandrill_logger.utils import MandrillLogger\n    mandrill_logger = MandrillLogger()\n    mandrill_logger.log_email(email)\n\n## Log into Admin to view the logs\nSimply log in to Django Admin to view the logs created.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillandskill%2Fmandrill_logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillandskill%2Fmandrill_logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillandskill%2Fmandrill_logger/lists"}