摘要: import smtplib from email.mime.text import MIMEText from_address = 'xxx@huawei.com' to_address = 'xxx@huawei.com' msg = MIMEText('Hello, send by Pytho 阅读全文
posted @ 2020-12-22 20:11 风雨无阻! 阅读(72) 评论(0) 推荐(0) 编辑