{ "info": { "author": "Cooper Stimson", "author_email": "cooper@cooperstimson.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Communications :: Email" ], "description": "# minimail\n\nMinimail is a teeny tiny mail sender.\n\n## Installation\n\nEither clone the GitHub repo or download and untar a release, and run\n\n sudo python setup.py install\n\nor just run\n\n sudo pip install minimail\n\n## Configuration\n\nThe first time you run minimail, you'll be prompted for SMTP configuration details.\n\n* Host\n* Port\n* Email address\n\nYou can change these later by running `minimail -c`\n\n## Usage\n\nBasic usage is `minimail [recipient] [subject] [body line 1] [body line 2] ...`\n\nYou can leave off arguments, and minimail will prompt for them, however multiline\nbodies are currently only possible as initial arguments.\n\nMinimail will then prompt for your email password. This is never stored, but\nyou should check the source to verify that for yourself.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "github.com/6c1/minimail", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "minimail", "package_url": "https://pypi.org/project/minimail/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/minimail/", "project_urls": { "Homepage": "github.com/6c1/minimail" }, "release_url": "https://pypi.org/project/minimail/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A teeny tiny mail sender", "version": "0.1.0" }, "last_serial": 1559029, "releases": { "0.1.0": [] }, "urls": [] }