2021年10月11日

python-邮件发送

摘要: python-邮件发送 1 # coding = utf-8 2 import smtplib 3 from email.mime.text import MIMEText 4 from email.header import Header 5 class SendMail: 6 def __init__(self, ma 阅读全文

posted @ 2021-10-11 16:29 Titen 阅读(30) 评论(0) 推荐(0) 编辑

导航