Metadata-Version: 1.1
Name: emaillib
Version: 0.1.2
Summary: A simple library to ease the sending of emails with utf8 and attachments.
Home-page: https://github.com/costastf/emaillib
Author: Costas Tyfoxylos
Author-email: costas.tyf@gmail.com
License: MIT
Description: ============================
        emaillib
        ============================
        
        A simple library to ease the sending of emails with utf8 and attachments.
        
        
        * Documentation: http://emaillib.readthedocs.io/en/latest
        
        Features
        --------
        
        * Handles subject and message body as utf-8 by default
        * Handles html and plain text
        * Handles attachments either as list or comma delimited value arguments
        * Supports CC and BCC
        * Simply validates the provided recipient addresses
        
        
        
        
        History
        -------
        
        0.1 (16-09-2017)
        ---------------------
        
        * First release
        
Keywords: emaillib
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
