{ "info": { "author": "ramusus", "author_email": "ramusus@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Django Email HTML\n\n[![Build Status](https://travis-ci.org/ramusus/django-email-html.png?branch=master)](https://travis-ci.org/ramusus/django-email-html)\n\nThis application can be used for quickly switching all emails from plain-text to html. For using it you need to do 2 steps:\n\n* add ``email_html`` to ``INSTALLED_APPS`` higher, then other third-party applications;\n* change all email templates to new html version;\n\nApplication substitutes built-in ``send_mail`` function by new smart ``send_mail`` function.\n\nbuild-in:\n\n send_mail(subject, message, from_email, recipient_list, fail_silently=False, auth_user=None, auth_password=None, connection=None)\n\nnew:\n\n send_mail(subject, message, from_email=None, recipient_list=None, fail_silently=False, auth_user=None, auth_password=None, connection=None)\n\n## Few new features:\n\n* Message attribute using for html or plain-test message body. If it contains html, plain-text body will generated automatically based on html version;\n* ``from_email`` attribute is not required. By default it will set from ``settings.DEFAULT_FROM_EMAIL``;\n* Depending on ``settings.EMAIL_ADMIN_DUPLICATE`` all copies of email messages also sending to ``ADMIN`` emails (using bcc header);\n\nNew function can be used:\n\n send_mail(subj, html, recipient_list=emails)\n\n## Requirements:\n\n* beautifulsoup4\n* w3m (for generating plain-text from html)\n\n## Important notes:\n\n* Place ``email_html`` application in ``INSTALLED_APPS`` before all other applications, which sending emails you need to make html based by default;\n* Html body must contains ```` tag, otherwise function would think this is a plain-text body;", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/django-email-html", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ramusus/django-email-html", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-email-html", "package_url": "https://pypi.org/project/django-email-html/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-email-html/", "project_urls": { "Download": "http://pypi.python.org/pypi/django-email-html", "Homepage": "https://github.com/ramusus/django-email-html" }, "release_url": "https://pypi.org/project/django-email-html/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Application for switching from Django plain-text emails to html emails with 2 bodies: html and plain-text, generated automatically from html", "version": "0.2.0" }, "last_serial": 1933527, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c942ce482fc21fb46e13a7fb810f925b", "sha256": "40f5611080299fbba4a36b3c4edadb4fea32f708574d068e44b262116aedcfa8" }, "downloads": -1, "filename": "django-email-html-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c942ce482fc21fb46e13a7fb810f925b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5538, "upload_time": "2013-03-30T14:35:28", "url": "https://files.pythonhosted.org/packages/df/0d/463830ba39cdf2d755b778aae58bb13b78ad672f3128f08e05405619f1e7/django-email-html-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "544f38914ee6688a538b8af5707f8e0f", "sha256": "78575c3b815ba6c3f5e4f466d3ab924caf65c15e08d841cc1b54a838e7f85852" }, "downloads": -1, "filename": "django-email-html-0.1.2.tar.gz", "has_sig": false, "md5_digest": "544f38914ee6688a538b8af5707f8e0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7504, "upload_time": "2013-03-30T14:49:53", "url": "https://files.pythonhosted.org/packages/0c/e7/ec3c670585b0583e977c8d327d0f18a5e438cabdd49d3a111dc5c2d35661/django-email-html-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "d0eb14b54fd64b409aa2d201e92ee215", "sha256": "3a95c843fde2ad5153016eaf104cd1ba1eeac90095ed8283c902592d8fd97553" }, "downloads": -1, "filename": "django-email-html-0.1.3.tar.gz", "has_sig": false, "md5_digest": "d0eb14b54fd64b409aa2d201e92ee215", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5740, "upload_time": "2014-06-10T20:11:10", "url": "https://files.pythonhosted.org/packages/75/ee/fdc6f43923b841f0a59ae85f676ff97bd1ac8fef123402a97e356c665eca/django-email-html-0.1.3.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "e49db34fb6f26eed10b0b669d8463150", "sha256": "7f2af55072ccf02fdafa52006b68a70074f741a2e49a9e7b53f856f79c082d22" }, "downloads": -1, "filename": "django-email-html-0.1.6.tar.gz", "has_sig": false, "md5_digest": "e49db34fb6f26eed10b0b669d8463150", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5740, "upload_time": "2014-06-10T20:32:12", "url": "https://files.pythonhosted.org/packages/16/d7/56cb1c7a7551a8c481e03337f2041d39229e9e8adca9d63d0ae6f6839ebd/django-email-html-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "887b63827ad5c21e533403af96a40a84", "sha256": "d23761430985a504877a222b685b9fa2c014a40c31608fd4c402a8cd30443fe7" }, "downloads": -1, "filename": "django-email-html-0.1.7.tar.gz", "has_sig": false, "md5_digest": "887b63827ad5c21e533403af96a40a84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5842, "upload_time": "2014-06-10T20:39:01", "url": "https://files.pythonhosted.org/packages/32/e8/79dc5fbf5d46fc7a7d58d17fcb9a2e3b44f8b2fba9072403c490d0f2239a/django-email-html-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "bedbf553201189d879e3258d1e8730fb", "sha256": "c6aa4e343ae3323f3743c91cd438af5b00409343340b75be74737977b016b3b2" }, "downloads": -1, "filename": "django-email-html-0.1.8.tar.gz", "has_sig": false, "md5_digest": "bedbf553201189d879e3258d1e8730fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8858, "upload_time": "2014-10-24T18:06:55", "url": "https://files.pythonhosted.org/packages/3d/03/89b47b79b6a47150bed0225d08f875e22ffe8e8b813558cc95681a3fbd17/django-email-html-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "59e328821b750e3d47a995ca12f15fa6", "sha256": "ebbe4994a0492ead453f6f8d0a440e7502c05ab92b014beb761359ee0849f12a" }, "downloads": -1, "filename": "django-email-html-0.1.9.tar.gz", "has_sig": false, "md5_digest": "59e328821b750e3d47a995ca12f15fa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8443, "upload_time": "2015-09-14T14:24:59", "url": "https://files.pythonhosted.org/packages/00/f4/2448bc69427d1cd90af451471b47637e78527a84c90de070d4124ebcf199/django-email-html-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "7bc1e22b852696b0ade4d7cfacd36089", "sha256": "164fe6385418671bc9f1ab3c2032761a0a392365f98b7f5bf12523450abdd35f" }, "downloads": -1, "filename": "django-email-html-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7bc1e22b852696b0ade4d7cfacd36089", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8706, "upload_time": "2016-02-01T11:53:13", "url": "https://files.pythonhosted.org/packages/29/4a/495808616a0005054dc607ad20486baeb2f52d1bfb17f67bf061f30d1cc3/django-email-html-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7bc1e22b852696b0ade4d7cfacd36089", "sha256": "164fe6385418671bc9f1ab3c2032761a0a392365f98b7f5bf12523450abdd35f" }, "downloads": -1, "filename": "django-email-html-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7bc1e22b852696b0ade4d7cfacd36089", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8706, "upload_time": "2016-02-01T11:53:13", "url": "https://files.pythonhosted.org/packages/29/4a/495808616a0005054dc607ad20486baeb2f52d1bfb17f67bf061f30d1cc3/django-email-html-0.2.0.tar.gz" } ] }