Metadata-Version: 1.0
Name: easysendemail
Version: 1.0.1
Summary: A simple package to send email.
Home-page: UNKNOWN
Author: Klein
Author-email: juhongxiaoshou@163.com
License: UNKNOWN
Description: DESCRIPTION
        A simple package to send email
        Usage
        pip install sendemail
        
        send = SendEmail((sender=sender, receiver=recevier, smtp=smtp, port=port, password=password, subject=subject, filepath=filepth, filename=filename, content=content))
        
        semd.send_email()
        
Keywords: email
Platform: UNKNOWN
