{ "info": { "author": "John Glasgow", "author_email": "jglasgow@northampton.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Communications :: Email" ], "description": "SimpleEmail\n===========\nSimple SMTP wrapper for Python with basic HTML and text support based on MIME types.\n------------------------------------------------------------------------------------\nQuickstart\n----------\n\nInstall simpleemail\n\n ``pip install simpleemail``\n\nThen use it in a project:\n\n ``from simpleemail import create_email_message, send_email``\n\nTo send an email you have to first create an email message to send.\n*Note you can use any combination of plain text or HTML when creating a message.*\n\n ``message = create_email_message('Hello','email@address.com','foo@bar.it','World!','