Fork me on GitHub
摘要: Python 实现邮箱发送邮件 发邮件代码 send.py 代码如下: # coding=utf-8 import smtplib,sys from email.mime.text import MIMEText class Msmtp(): def __init__(self, target, s 阅读全文
posted @ 2020-12-07 03:45 龙凌云端 阅读(232) 评论(0) 推荐(0) 编辑