{ "info": { "author": "Orlando Diaz", "author_email": "orlandodiaz.dev@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "### Description\nHigh-level interface for sending email through googlemail.\n\n### Usage\n\nCreate conf.py and fill in your email and password credentials. Ex:\n\n email = 'your.email@gmail.com'\n password = 'your.pass' \n\nCreate googlemail object:\n\n gmail = Gmail(email, password)\n\n Start the server and login\n\n gmail.start_server()\n gmail.login()\n\n Create a simple template dictionary with the email header and body\n\n mail_template = {\n 'from': 'fromsender@gmail.com',\n 'to': 'tosender@gmail.com',\n 'subject': 'Cool subject email',\n 'body': \"\"\"\n HTML template or the like\n \"\"\"\n }\n\n Send the message\n\n gmail.send_msg(mail_template)\n\n## Testing\nTo run the tests you need to configure the sender username, password, and recipient email\n\n $ export GOOGLEMAIL_EMAIL=\n $ export GOOGLEMAIL_PASSWORD=\n\n $ export GOOGLEMAIL_TESTEMAIL=\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/orlandodiaz/googlemail", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "googlemail", "package_url": "https://pypi.org/project/googlemail/", "platform": "", "project_url": "https://pypi.org/project/googlemail/", "project_urls": { "Homepage": "https://github.com/orlandodiaz/googlemail" }, "release_url": "https://pypi.org/project/googlemail/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Gmail client", "version": "0.1.0" }, "last_serial": 4337373, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1d7f2033587bab7a85183d1a1cf8158b", "sha256": "60f9361560c50225dee3d29276131da4f57b69134467cc8bcdf3bc391ba3b074" }, "downloads": -1, "filename": "googlemail-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1d7f2033587bab7a85183d1a1cf8158b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4713, "upload_time": "2018-10-03T17:38:53", "url": "https://files.pythonhosted.org/packages/ee/56/bee5c366845466955b866ee56f1079ffd0b0b387d9c8c04e407f096b8ec6/googlemail-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fffba38b6ee7c69eb39686a95b4b4aa", "sha256": "05a7deb27b54f477fdc4fd8ba18703e38f5f7f6d153f441e481acec525401bd4" }, "downloads": -1, "filename": "googlemail-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2fffba38b6ee7c69eb39686a95b4b4aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3094, "upload_time": "2018-10-03T17:38:55", "url": "https://files.pythonhosted.org/packages/58/18/6328a9101bbb1c86565a467ab50935c47bd9891fdfd25e249f201a9c6ec5/googlemail-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1d7f2033587bab7a85183d1a1cf8158b", "sha256": "60f9361560c50225dee3d29276131da4f57b69134467cc8bcdf3bc391ba3b074" }, "downloads": -1, "filename": "googlemail-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1d7f2033587bab7a85183d1a1cf8158b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4713, "upload_time": "2018-10-03T17:38:53", "url": "https://files.pythonhosted.org/packages/ee/56/bee5c366845466955b866ee56f1079ffd0b0b387d9c8c04e407f096b8ec6/googlemail-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fffba38b6ee7c69eb39686a95b4b4aa", "sha256": "05a7deb27b54f477fdc4fd8ba18703e38f5f7f6d153f441e481acec525401bd4" }, "downloads": -1, "filename": "googlemail-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2fffba38b6ee7c69eb39686a95b4b4aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3094, "upload_time": "2018-10-03T17:38:55", "url": "https://files.pythonhosted.org/packages/58/18/6328a9101bbb1c86565a467ab50935c47bd9891fdfd25e249f201a9c6ec5/googlemail-0.1.0.tar.gz" } ] }