{ "info": { "author": "Jeremy Satterfield", "author_email": "jsatt@jsatt.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development" ], "description": "Django DB Email Backend\n=======================\n\n[![Build Status](https://travis-ci.org/jsatt/django-db-email-backend.svg?branch=master)](https://travis-ci.org/jsatt/django-db-email-backend)\n\nDjango email backend for storing messages to a database. This is intended to be used in developement in cases where you want to test sending emails, but don't want to send real emails and don't have access to the console output (such as on a remote server).\n\nThis is NOT intended for production use in any capacity.\n\nTo install:\n\n```sh\npip install django-db-email-backend\n```\n\nIn settings.py:\n\n```python\nINSTALLED_APPS = [\n ...\n 'db_email_backend',\n]\n\nEMAIL_BACKEND = 'db_email_backend.backend.DBEmailBackend'\n```\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jsatt/django-db-email-backend", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-db-email-backend", "package_url": "https://pypi.org/project/django-db-email-backend/", "platform": "", "project_url": "https://pypi.org/project/django-db-email-backend/", "project_urls": { "Homepage": "https://github.com/jsatt/django-db-email-backend" }, "release_url": "https://pypi.org/project/django-db-email-backend/0.4.1/", "requires_dist": null, "requires_python": "", "summary": "Django email backend for storing messages to a database.", "version": "0.4.1" }, "last_serial": 5091109, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "d4d3b3685a120ac943b80a7fb54b992c", "sha256": "d60b207393faaceb1d232d1a2659f466cd2247af06bb7d38c737f5c8b6fdb158" }, "downloads": -1, "filename": "django-db-email-backend-0.2.tar.gz", "has_sig": false, "md5_digest": "d4d3b3685a120ac943b80a7fb54b992c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3749, "upload_time": "2016-03-04T17:41:14", "url": "https://files.pythonhosted.org/packages/da/ae/72aec08aaf1dd7b8cac3a1a001501d72f304be65c5a4e69054440e7907d7/django-db-email-backend-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "262b90739f62a5a6fa73c197c17fab14", "sha256": "3590ced6b2a7de93c45015bd1bb78de74ae586db2a9350f780f5264771e3e8a4" }, "downloads": -1, "filename": "django-db-email-backend-0.2.1.tar.gz", "has_sig": false, "md5_digest": "262b90739f62a5a6fa73c197c17fab14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3816, "upload_time": "2016-03-04T18:07:29", "url": "https://files.pythonhosted.org/packages/d2/45/edf1b14be60b4f9d132b945229ebcd1767aa98d87ccfea6a0e9c08164c45/django-db-email-backend-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "fd46985ba96329f0f34d9b03e5086120", "sha256": "82af8eeb5e5a3d77314c49a49b1ea7b6909715b21a52fb7b0653fdad7a25b5e9" }, "downloads": -1, "filename": "django-db-email-backend-0.2.2.tar.gz", "has_sig": false, "md5_digest": "fd46985ba96329f0f34d9b03e5086120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4492, "upload_time": "2016-09-01T13:58:38", "url": "https://files.pythonhosted.org/packages/f0/b5/5d04ecbdbc139e3041af95f227fe8b33868d83f98659da4fc70f39b3c030/django-db-email-backend-0.2.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "57db821e55c777cf54f037d3a5b50678", "sha256": "a105c6b602eeec270affb654daa4d1058f7f5c1d19d7667fa9313c77edb3fe35" }, "downloads": -1, "filename": "django-db-email-backend-0.3.tar.gz", "has_sig": false, "md5_digest": "57db821e55c777cf54f037d3a5b50678", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4524, "upload_time": "2017-03-24T15:34:31", "url": "https://files.pythonhosted.org/packages/40/20/a723d989e9d761563cac1388cf103afe2b77d1d11828bf8e2450e8a67bfd/django-db-email-backend-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "b383675b56e5153cbb912f462986c2b2", "sha256": "53bff854ecd1cc75158ef24d25efb1c8360590cbd1d41a4d27d6f6fdba8f70eb" }, "downloads": -1, "filename": "django-db-email-backend-0.4.tar.gz", "has_sig": false, "md5_digest": "b383675b56e5153cbb912f462986c2b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5037, "upload_time": "2018-07-18T01:47:14", "url": "https://files.pythonhosted.org/packages/d9/e7/7d8d4a6f3d28d388c22cfa72aaef711066523b3984cdc87c9c47e9b2022f/django-db-email-backend-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "584f3d03793fdd9c7e73639e428d0bce", "sha256": "661a81fe7faf75995f9270d8c08267d1b82ca534bd15d6f9eb8fe6cd39ca5ca1" }, "downloads": -1, "filename": "django-db-email-backend-0.4.1.tar.gz", "has_sig": false, "md5_digest": "584f3d03793fdd9c7e73639e428d0bce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5084, "upload_time": "2019-04-03T14:11:25", "url": "https://files.pythonhosted.org/packages/8c/32/7f86fed997618ee5aebf917739794538399f1695b39d02408015014130c7/django-db-email-backend-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "584f3d03793fdd9c7e73639e428d0bce", "sha256": "661a81fe7faf75995f9270d8c08267d1b82ca534bd15d6f9eb8fe6cd39ca5ca1" }, "downloads": -1, "filename": "django-db-email-backend-0.4.1.tar.gz", "has_sig": false, "md5_digest": "584f3d03793fdd9c7e73639e428d0bce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5084, "upload_time": "2019-04-03T14:11:25", "url": "https://files.pythonhosted.org/packages/8c/32/7f86fed997618ee5aebf917739794538399f1695b39d02408015014130c7/django-db-email-backend-0.4.1.tar.gz" } ] }