python yagmail发送邮件

yagmail是 python的第三方库

安装:pip install yagmail

SMTP:(user=None, password=None, host='smtp.gmail.com', port=None,
smtp_starttls=None, smtp_ssl=True, smtp_set_debuglevel=0,
smtp_skip_login=False, encoding="utf-8", oauth2_file=None,
soft_email_validation=True, **kwargs)
user:发件人邮箱
password:发件人邮箱密码
host:发送邮箱的服务器
port:发送邮箱的端口

send(
to=None, subject=None, contents=None, attachments=None, cc=None, bcc=None,
preview_only=False, headers=None
)
to:收件人邮箱
subject:标题
contents:发送内容
attachments:附件
cc:抄送人

Domo:
import yagmail

# 企业邮箱登陆
yag = yagmail.SMTP("aaa@bbb.com", "Lxy0405", "smtp.exmail.qq.com", 465)

# 编辑正文
contents = ''''
    新年快乐!
'''
# 发送
yag.send(["ccccc@qq.com", "ddddd@qq.com"], "新年快乐", contents,[r"C:\Users\admin\Pictures\Saved Pictures\1.jpg",r"C:\admin\tianyu\Pictures\Saved Pictures\2.png"])

  

转载于:https://www.cnblogs.com/xiaomingtongxue123/p/8386399.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值