摘要: # 编写人:Jaoany# 开发时间:2021/7/19 14:57# -*- conding:UTF-8 -*-import smtplibfrom email.mime.text import MIMETextfrom email.header import Headerfrom email.m 阅读全文
posted @ 2021-07-19 18:00 Jaoany 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 想要使用python发送电子邮件, 第一步: 确定配置发邮件所需的基础信息 如: my_sender # 配置发件人邮箱地址***@qq.com my_pass # 配置发件人邮箱密码 (该密码为授权码,授权码需要手动开通邮箱的SMTP) to_user # 配置收件人邮箱地址***@163.com 阅读全文
posted @ 2021-07-19 14:00 Jaoany 阅读(332) 评论(0) 推荐(0) 编辑