摘要: 以qq邮箱作为示例 #! /usr/bin/env python # -*- coding: utf-8 -*- # 发送邮件.py import smtplib from email.mime.text import MIMEText from email.header import Header 阅读全文
posted @ 2025-03-13 09:14 eliwang 阅读(50) 评论(0) 推荐(0)