摘要:
import smtplib from email.mime.text import MIMEText mailserver = "smtp.163.com" username_send = 'tccwpl@163.com' password = '邮箱的客户端授权码' username_recv = '996214487@qq.com' mail = MIMEText('彭彭你好哇') mai... 阅读全文
posted @ 2019-03-15 22:34
顾星河
阅读(447)
评论(1)
推荐(1)
浙公网安备 33010602011771号