{ "info": { "author": "Eeo Jun", "author_email": "packwolf58@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Mailthon\n========\n\n**Useful links:** `Documentation`_ | `Issue Tracker`_ | `PyPI Page`_\n\nMailthon is an email library for Python that aims to be highly\nextensible and composable. Mailthon is unicode aware and supports\ninternationalised headers and email addresses. Also it aims to be\nhighly transport agnostic, meaning that SMTP can be swapped out\nfor other transports.\n\n.. code-block:: python\n\n >>> from mailthon import postman, email\n >>> p = postman(host='smtp.gmail.com', auth=('username', 'password'))\n >>> r = p.send(email(\n content=u'
Hello \u4e16\u754c
',\n subject='Hello world',\n sender='John