{ "info": { "author": "Damian Nowok", "author_email": "damian.nowok@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 2 :: Only", "Topic :: Communications :: Email", "Topic :: Software Development :: Libraries" ], "description": "================\r\nTurboSMTP client\r\n================\r\n\r\n**TurboSMTP client for service http://serversmtp.com**\r\n\r\nTurboSMTP (http://serversmtp.com) is online service for sending emails. TurboSMTP client is very simple Python library for using online API of this service. The difference between this client and client provided by serversmtp.com (http://www.serversmtp.com/en/smtp-api) is in a way how e-mail messages are handled. This library supports python built-in email module, which makes composing complex e-mail messages much easier.\r\n\r\nTo use this module you have to have account at http://serversmtp.com . Basic account is free of charge.\r\n\r\nVersion\r\n=======\r\n1.0.1\r\n\r\nInstallation\r\n============\r\nsh::\r\n\r\n $ pip install turbosmtp\r\n\r\n\r\nUsage\r\n=====\r\npython::\r\n\r\n import turbosmtp\r\n from email import message\r\n\r\n message = message.Message()\r\n message[\"From\"] = \"from@address.com\"\r\n message[\"To\"] = \"to@addresss.com\"\r\n message[\"Subject\"] = \"Hello World!\"\r\n\r\n smtp = turbosmtp.TurboSMTP(\"your_username\", \"your_password\")\r\n smtp.send(message)\r\n\r\nWant to contribute?\r\n===================\r\n\r\nAnyone is welcome to contribute to this project :). \r\nJust contact me on Github.\r\n\r\nLicense\r\n=======\r\nGNU GENERAL PUBLIC LICENSE", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/0x1001/TurboSMTP", "keywords": "", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "turbosmtp", "package_url": "https://pypi.org/project/turbosmtp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/turbosmtp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/0x1001/TurboSMTP" }, "release_url": "https://pypi.org/project/turbosmtp/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "TurboSMTP client", "version": "1.0.1" }, "last_serial": 1647108, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d3cb27a66edbe1b574773b438fd7d809", "sha256": "eaa87478f454c0e8f3b5012d63b3e5a263827939aecde5e4dd44fc26d6bf4bd4" }, "downloads": -1, "filename": "turbosmtp-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d3cb27a66edbe1b574773b438fd7d809", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1092, "upload_time": "2015-07-23T17:26:42", "url": "https://files.pythonhosted.org/packages/20/93/d3499f79c27d4418b3d3b5c9d604a58b4bb1d5390f5cc9873bc0878b80e7/turbosmtp-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "cf2b5c5d5ec9e15ac6759a1de89a4087", "sha256": "f53dfd489499e6171b0acd4dbdae992c561226bb808330d6f4e5d2c2277638f9" }, "downloads": -1, "filename": "turbosmtp-1.0.1.tar.gz", "has_sig": false, "md5_digest": "cf2b5c5d5ec9e15ac6759a1de89a4087", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1088, "upload_time": "2015-07-23T17:56:51", "url": "https://files.pythonhosted.org/packages/4d/09/a0fc1de296e216f639f781d7e4795c49cc1b31caf1b75156e19857dbf2a6/turbosmtp-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf2b5c5d5ec9e15ac6759a1de89a4087", "sha256": "f53dfd489499e6171b0acd4dbdae992c561226bb808330d6f4e5d2c2277638f9" }, "downloads": -1, "filename": "turbosmtp-1.0.1.tar.gz", "has_sig": false, "md5_digest": "cf2b5c5d5ec9e15ac6759a1de89a4087", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1088, "upload_time": "2015-07-23T17:56:51", "url": "https://files.pythonhosted.org/packages/4d/09/a0fc1de296e216f639f781d7e4795c49cc1b31caf1b75156e19857dbf2a6/turbosmtp-1.0.1.tar.gz" } ] }