摘要: import smtplibfrom email.mime.text import MIMEText# 1.跟发件相关的参数 smtpserver = "smtp.163.com" # 发件服务器port = 0 # 端口 sender = "huahua@163.com" # 账号psw = "* 阅读全文
posted @ 2018-09-06 11:23 杭州-花花 阅读(79) 评论(0) 推荐(0)