{ "info": { "author": "Mikel Larreategi", "author_email": "mlarreategi@codesyntax.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "Introduction\n============\n\nThis small library has a method to create a MIME Multipart email object \nwith HTML and Text content to be able to send it by e-mail.\n\nThis allows you to prepare an HTML content (with a templating language)\nand forget about the text representation of the HTML; just import the \nmethod and call it with the HTML content and the e-mail headers (to, cc,\nsubject, ...)\n\nThis is the signature of the method::\n\n def create_html_mail(subject, html, text=None, from_addr=None, to_addr=None,\n cc_addrs=[], headers=None, encoding='UTF-8'):\n\nTake care, html MUST BE UNICODE OBJECT!\n\nChangelog\n=========\n\n1.0 (2012-02-02)\n-------------------\n\n- Initial release\n [erral]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.codesyntax.com/private/cs.htmlmailer/", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "cs.htmlmailer", "package_url": "https://pypi.org/project/cs.htmlmailer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cs.htmlmailer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.codesyntax.com/private/cs.htmlmailer/" }, "release_url": "https://pypi.org/project/cs.htmlmailer/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A library to send emails with HTML and Text mixed content", "version": "1.0.1" }, "last_serial": 788552, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "09e4a4ac07d2e9e8e9ead82a6cce0955", "sha256": "0e52c7aec53024a2d0ef3e207a1755e25e896417c8ab18ca14a14b82171f8b92" }, "downloads": -1, "filename": "cs.htmlmailer-1.0.1.zip", "has_sig": false, "md5_digest": "09e4a4ac07d2e9e8e9ead82a6cce0955", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6428, "upload_time": "2013-03-06T15:39:40", "url": "https://files.pythonhosted.org/packages/bd/59/8a16bd4bd70b00c6e75bdf5ba6a27559b8ffeec5b9ec550ead0efc46224a/cs.htmlmailer-1.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "09e4a4ac07d2e9e8e9ead82a6cce0955", "sha256": "0e52c7aec53024a2d0ef3e207a1755e25e896417c8ab18ca14a14b82171f8b92" }, "downloads": -1, "filename": "cs.htmlmailer-1.0.1.zip", "has_sig": false, "md5_digest": "09e4a4ac07d2e9e8e9ead82a6cce0955", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6428, "upload_time": "2013-03-06T15:39:40", "url": "https://files.pythonhosted.org/packages/bd/59/8a16bd4bd70b00c6e75bdf5ba6a27559b8ffeec5b9ec550ead0efc46224a/cs.htmlmailer-1.0.1.zip" } ] }