{ "info": { "author": "Mikhail Korobov", "author_email": "kmike84@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "========================\ndjango-eml-email-backend\n========================\n\nDjango has filebased email backend that is handy for inspecting\noutgoing emails during development. But this backend saves emails\nto '.log' files and it is not clear how to view them in email client.\nThis is especially important for html emails.\n\neml_email_backend saves outgoing emails to '.eml' files. This way emails\ncan be opened directly in MS Outlook or Mail.app or previewed\nin OS X Finder by simply pressing space over the file.\n\nInstallation\n============\n\n::\n\n $ pip install django-eml-email-backend\n\nUsage\n=====\n\nSetup the django email backend in your local_settings.py::\n\n EMAIL_BACKEND = 'eml_email_backend.EmailBackend'\n EMAIL_FILE_PATH = 'path/to/output/folder/'\n\n\nLimitations\n===========\n\nFull eml format is not supported, file extensions are just changed\nfrom \".log\" to \".eml\" by this app. It works in most cases. Patches\nfor better eml support are welcome.\n\nSee also: https://code.djangoproject.com/ticket/15793", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/kmike/django-eml-email-backend/", "keywords": null, "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "django-eml-email-backend", "package_url": "https://pypi.org/project/django-eml-email-backend/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-eml-email-backend/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/kmike/django-eml-email-backend/" }, "release_url": "https://pypi.org/project/django-eml-email-backend/0.1/", "requires_dist": null, "requires_python": null, "summary": "Django email backend that saves emails to .eml files. Such files can be opened directly in Outlook or Mail.app.", "version": "0.1" }, "last_serial": 654436, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3960c98c713621c2b8eedfb91f7ba8ad", "sha256": "9dbd4d7f73455f9a7961670595bc88e85b429dfda88b007f47158712389649c3" }, "downloads": -1, "filename": "django-eml-email-backend-0.1.tar.gz", "has_sig": false, "md5_digest": "3960c98c713621c2b8eedfb91f7ba8ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2518, "upload_time": "2012-02-29T15:12:08", "url": "https://files.pythonhosted.org/packages/71/78/c26ab0ca6fd78a465b59263c1603b36a4cb8a796a3536565e9cd15e13caf/django-eml-email-backend-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3960c98c713621c2b8eedfb91f7ba8ad", "sha256": "9dbd4d7f73455f9a7961670595bc88e85b429dfda88b007f47158712389649c3" }, "downloads": -1, "filename": "django-eml-email-backend-0.1.tar.gz", "has_sig": false, "md5_digest": "3960c98c713621c2b8eedfb91f7ba8ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2518, "upload_time": "2012-02-29T15:12:08", "url": "https://files.pythonhosted.org/packages/71/78/c26ab0ca6fd78a465b59263c1603b36a4cb8a796a3536565e9cd15e13caf/django-eml-email-backend-0.1.tar.gz" } ] }