# django-db-email
Database email backend for Django.
## Rationale
Capture emails in database during development.
## Support
Supports: Python 3.10.
Supports Django Versions: 4.2.7
## Installation
```shell
$ pip install django-db-email
```
## Usage
Add `db_email` to `INSTALLED_APPS`.
Set `EMAIL_BACKEND` to: "db_email.backend.EmailBackend"
Run migrations:
```shell
python manage.py migrate
```
View captured emails in Django Admin.
Raw data
{
"_id": null,
"home_page": "https://github.com/bboogaard/django-db-email",
"name": "django-db-email",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Django Email Backend",
"author": "Bram Boogaard",
"author_email": "padawan@hetnet.nl",
"download_url": "https://files.pythonhosted.org/packages/66/e9/154b5cd8d1e3033b5a55e7f642a4ed9277b910e851c37cd48f39f6b5f8a1/django-db-email-1.0.0.tar.gz",
"platform": null,
"description": "# django-db-email\n\nDatabase email backend for Django.\n\n## Rationale\n\nCapture emails in database during development.\n\n## Support\n\nSupports: Python 3.10.\n\nSupports Django Versions: 4.2.7\n\n## Installation\n\n```shell\n$ pip install django-db-email\n```\n\n## Usage\n\nAdd `db_email` to `INSTALLED_APPS`.\n\nSet `EMAIL_BACKEND` to: \"db_email.backend.EmailBackend\"\n\nRun migrations:\n\n```shell\npython manage.py migrate\n```\n\nView captured emails in Django Admin.\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Db backend for Django mails",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/bboogaard/django-db-email"
},
"split_keywords": [
"django",
"email",
"backend"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "964d137c597d5b44f86833c44bebcf5768ed60cfdfbbfaab95987459ee2a9141",
"md5": "98ccdefca10e1428831049c8621fc5e5",
"sha256": "b82b9ee6c76af0ec15e2992984be718fdd8a947e74b6edd8458aef434b4fa819"
},
"downloads": -1,
"filename": "django_db_email-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "98ccdefca10e1428831049c8621fc5e5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6824,
"upload_time": "2024-01-14T17:44:45",
"upload_time_iso_8601": "2024-01-14T17:44:45.576476Z",
"url": "https://files.pythonhosted.org/packages/96/4d/137c597d5b44f86833c44bebcf5768ed60cfdfbbfaab95987459ee2a9141/django_db_email-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "66e9154b5cd8d1e3033b5a55e7f642a4ed9277b910e851c37cd48f39f6b5f8a1",
"md5": "e6ee1f747f33e60e1ab9e1d134c3cf5d",
"sha256": "51ffb1b03aef169c6ec2431e44d138656847ccf563a92fd558ff41e8d70b3492"
},
"downloads": -1,
"filename": "django-db-email-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "e6ee1f747f33e60e1ab9e1d134c3cf5d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5638,
"upload_time": "2024-01-14T17:44:47",
"upload_time_iso_8601": "2024-01-14T17:44:47.206692Z",
"url": "https://files.pythonhosted.org/packages/66/e9/154b5cd8d1e3033b5a55e7f642a4ed9277b910e851c37cd48f39f6b5f8a1/django-db-email-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-14 17:44:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bboogaard",
"github_project": "django-db-email",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "django-db-email"
}