Metadata-Version: 1.1
Name: emailsend
Version: 1.0
Summary: With this module you can easy send emails.
Home-page: http://github.com/fillips/pythonMail
Author: filips
Author-email: filip.stamcar@hotmail.com
License: GNU
Description: With this module you can easy send emails.
        
        INSTALATION
        ===========
        Run 'py setup.py install' or 'python setup.py install'
        
        USAGE
        =====
        See example.py file.
        
        sendmail(fromAddress='sender_email', toAddress='receiver_email', mPassword='sender_password (optional)', mServer='mail_server', mPort='mail_port (int)', mSubject='subject', mMessage='plan_text_message (optional)', mMessageHTML='html_message (optional)',   mAttachment='attachment (optional) (list)', displaySend='login_to_server (True/False) (default=True)')
        
        Due to a bug send attachments can not be. Instead of badges use None.
        ---------------------------------------------------------------------
Keywords: mail,python,send mail,module,sendmail
Platform: any
Classifier: Development Status :: 4 - Beta
