{ "info": { "author": "Yuri Shikanov", "author_email": "dizballanze@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Simple email sending cli-tool, for testing purposes\n===================================================\n\nFeatures:\n---------\n\n- HTML and/or TXT content.\n- TLS support.\n- Multiple attachments.\n- Flood - send same mail multiple times through one connection.\n\nInstallation\n------------\n\n::\n\n pip install emailsender\n\nUsage:\n------\n\n::\n\n emailsender -h\n\n::\n\n usage: emailsender [-h] [--host HOST] [--port PORT] --login LOGIN --password\n PASSWORD [--sender SENDER] [--to TO] --subject SUBJECT\n --text TEXT [--html HTML] [--tls] [--debuglevel DEBUGLEVEL]\n [--attachments ATTACHMENTS] [--flood FLOOD]\n\n Send email through specified SMTP server.\n\n optional arguments:\n -h, --help show this help message and exit\n --host HOST SMTP host (default: beta.debugmail.io)\n --port PORT SMTP port (default: 9025)\n --login LOGIN Auth login (default: None)\n --password PASSWORD Auth password (default: None)\n --sender SENDER Sender email address (default: john.doe@example.org)\n --to TO Receiver email address (default: jane.doe@example.org)\n --subject SUBJECT Email subject (default: None)\n --text TEXT Email body (plain text) (default: None)\n --html HTML Email body (html) (default: )\n --tls Use TLS if specified (default: True)\n --reply-to REPLY_TO Reply-To field in email (default: None)\n --debuglevel DEBUGLEVEL\n Debug level (default: 0)\n --attachments ATTACHMENTS\n One or few files to attach (default: None)\n --flood FLOOD Count of messages send (through one connection)\n (default: 1)\n\n\nUsage example:\n--------------\n\n::\n\n emailsender --host=\"debugmail.io\" --login=\"john.doe@example.org\" --password=\"very secret\" --subject=\"Test subject\" --text=\"Test message\" --html=\"

Wow, so electronic, very mail

\"\n\nwith attachments:\n\n::\n\n emailsender --login=\"john.doe@gmail.com\" --password=\"123123\" --port=\"25\" --host=\"debugmail.io\" --text=\"Text content\" --html=\"

HTML content

\" --subject=\"test\" --attachments=\"/tmp/attachment1.txt\" --attachments=\"/tmp/attachment2.txt\"\n\nLicense\n-------\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Yuri Shikanov\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "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/dizballanze/mailsender", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "emailsender", "package_url": "https://pypi.org/project/emailsender/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/emailsender/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dizballanze/mailsender" }, "release_url": "https://pypi.org/project/emailsender/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "Cli-tool for sending emails throw specified SMTP server.", "version": "0.1.3" }, "last_serial": 1716308, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "08b72c0b4d667d3ea879f8150dc3dccb", "sha256": "727df957cf45e3baf7e77527d296f25b280a68784ffd60f458987bc414f0cb65" }, "downloads": -1, "filename": "emailsender-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "08b72c0b4d667d3ea879f8150dc3dccb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6864, "upload_time": "2015-08-13T15:43:19", "url": "https://files.pythonhosted.org/packages/56/18/f9ff7de24ce9e2b61701b2d1bc3e5b04387882acc090a26d8d098ed35b6e/emailsender-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd5d1b2afaf45510258d9e7999d42b5a", "sha256": "874faec3c399ffa2507e335c634eb9fe60118d0c68fb13f36067a93143cf2b59" }, "downloads": -1, "filename": "emailsender-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bd5d1b2afaf45510258d9e7999d42b5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3972, "upload_time": "2015-08-13T15:42:38", "url": "https://files.pythonhosted.org/packages/b7/0e/56791e2359c7bbd7a10e8177ed89a6f44dd9a456db5dd9473b3784b976b5/emailsender-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2578a5e06c75e6682ae7f8652045bf88", "sha256": "5911efa55fe12f876886b63536604755cdbecc2153d86e21bb0e02d707490381" }, "downloads": -1, "filename": "emailsender-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "2578a5e06c75e6682ae7f8652045bf88", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6863, "upload_time": "2015-08-13T15:47:14", "url": "https://files.pythonhosted.org/packages/f3/c3/36535ed230b6615d354e3887c1ca34b633e2810cd8577f4f79106fb6b3bd/emailsender-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "72f36e3568a6d5ded61cc07429393aba", "sha256": "6db1e4819c21e81d90ee7b31f1f3eeb92d40c834550f65871f72d156129a97f6" }, "downloads": -1, "filename": "emailsender-0.1.2.tar.gz", "has_sig": false, "md5_digest": "72f36e3568a6d5ded61cc07429393aba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3969, "upload_time": "2015-08-13T15:47:18", "url": "https://files.pythonhosted.org/packages/c8/bc/6bf4d50bf650ae66c39a4618e14c4c6f5e71ed43874755f227be88e57350/emailsender-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "d9d00c8abbea556cddea2dd637195521", "sha256": "5e4caf041fd74792999ed5b9179104bf875bc1391a134eb26c809098d9a9d205" }, "downloads": -1, "filename": "emailsender-0.1.3.tar.gz", "has_sig": false, "md5_digest": "d9d00c8abbea556cddea2dd637195521", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4005, "upload_time": "2015-09-09T22:21:56", "url": "https://files.pythonhosted.org/packages/ac/51/696fa9b1a5a65a6f0c44c28201f6ad7ff56f5aaaa5ba65f725e9393a4fd5/emailsender-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d9d00c8abbea556cddea2dd637195521", "sha256": "5e4caf041fd74792999ed5b9179104bf875bc1391a134eb26c809098d9a9d205" }, "downloads": -1, "filename": "emailsender-0.1.3.tar.gz", "has_sig": false, "md5_digest": "d9d00c8abbea556cddea2dd637195521", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4005, "upload_time": "2015-09-09T22:21:56", "url": "https://files.pythonhosted.org/packages/ac/51/696fa9b1a5a65a6f0c44c28201f6ad7ff56f5aaaa5ba65f725e9393a4fd5/emailsender-0.1.3.tar.gz" } ] }