Skip to main content

开箱即用的邮件发送包

Project description

simple-email

简易的发送邮件脚本,通过封装,可以发送带附件的邮件.

demo

1.填写邮箱配置
    host = 'xx.xx.xx.xx'
    port = 110
    user = ''
    pass_ = ''
2.填写邮件配置
    title = ''
    body = ''
    attachment = ['']
    sender = ''
    to = ['']
    cc = []
3.发送邮件
    s = SenEmail(host=host,port=port,user=user,pass_=pass_)

    s.send_email(title=title, body=body, attachment=attachment, sender=sender, to=to, cc=cc)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simple_email-0.0.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

simple_email-0.0.3-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page