{"id":27554341,"url":"https://github.com/coderedcorp/cr-sendmail-django","last_synced_at":"2026-04-28T18:31:16.852Z","repository":{"id":287436378,"uuid":"964659164","full_name":"coderedcorp/cr-sendmail-django","owner":"coderedcorp","description":"Django email backend which invokes system sendmail binary.","archived":false,"fork":false,"pushed_at":"2025-04-11T18:50:37.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-07T07:15:27.291Z","etag":null,"topics":["django"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderedcorp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T15:15:00.000Z","updated_at":"2025-04-11T18:50:41.000Z","dependencies_parsed_at":"2025-04-11T18:43:09.054Z","dependency_job_id":"1f0efd83-e7d6-45e9-ba14-2a94b212ead4","html_url":"https://github.com/coderedcorp/cr-sendmail-django","commit_stats":null,"previous_names":["coderedcorp/cr-sendmail-django"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/coderedcorp/cr-sendmail-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderedcorp%2Fcr-sendmail-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderedcorp%2Fcr-sendmail-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderedcorp%2Fcr-sendmail-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderedcorp%2Fcr-sendmail-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderedcorp","download_url":"https://codeload.github.com/coderedcorp/cr-sendmail-django/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderedcorp%2Fcr-sendmail-django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32394218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["django"],"created_at":"2025-04-19T14:31:44.610Z","updated_at":"2026-04-28T18:31:16.832Z","avatar_url":"https://github.com/coderedcorp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cr-sendmail-django\n\nDjango email backend which invokes system `sendmail` binary.\n\n\n## Usage\n\nInstall via pip:\n\n```\npip install cr-sendmail-django\n```\n\nIn your Django settings, set the email backend:\n\n```python\nEMAIL_BACKEND = \"cr_sendmail.backends.SendmailBackend\"\n```\n\nYou can also specify a path to the `sendmail` binary:\n\n```python\nSENDMAIL_BINARY = \"/path/to/sendmail\"\n```\n\nNOTE: this package does not send mail on its own. It requires a fully configured Mail Transport Agent (MTA) on your server. Only use this package if you have configured an MTA such as `exim`, `postfix`, etc. on your server. CodeRed Cloud hosting *does* provide a fully functional MTA with paid plans; however other providers such as AWS, Azure, Digital Ocean, Heroku, etc. do not by default.\n\n## Logging\n\nThis package uses Python logging to logger named `cr-sendmail-django`. To see log output, configure [Django logging](https://docs.djangoproject.com/en/stable/howto/logging/).\n\n\n## Compatibility with `django_sendmail_backend`\n\nThis package also provides a drop-in replacement for `django_sendmail_backend` package, for existing sites without modification.\n\n```python\nEMAIL_BACKEND = \"django_sendmail_backend.backends.EmailBackend\"\n```\n\n## Credits\n\nThis package is a replacement for `django_sendmail_backend`, supported by CodeRed.\n\nThanks to:\n* https://github.com/perenecabuto/django-sendmail-backend\n* https://djangosnippets.org/snippets/1864/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderedcorp%2Fcr-sendmail-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderedcorp%2Fcr-sendmail-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderedcorp%2Fcr-sendmail-django/lists"}