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