{ "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=\"