Metadata-Version: 1.0
Name: mailclient
Version: 0.2.0
Summary: Simplified use of smtplib for Python. Easy email sending.
Home-page: http://www.adrianespinosa.com
Author: Adrian Espinosa
Author-email: aespinosamoreno@gmail.com
License: Apache 2.0
Description: Use smtplib without problems. It's a wrapper to easily work with the standard library.It supports email sending (of course!), and attaching file without worrying about the mime type. You can check the source code and examples at http://www.github.com/aesptux/mailclient
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
