Metadata-Version: 1.1
Name: gmailer
Version: 0.28
Summary: send email with one line, currently just sending with gmail
Home-page: http://example.com
Author: Banio Carpenter
Author-email: banio@mncarpenters.net
License: BSD
Description: send email with one line, currently just sending with gmail
        you need a local_settings.py in the root of the virtualenv with this:
        
        #gmail settings
        gmail_user='you@yourdomain.com'
        gmail_pass='yourpass'
        error_recipient='you@somedomain.com, friend@anotherdomain.com'
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
