Python實現QQ郵箱發送郵件

# coding:utf-8 import smtplib from email.mime.text import MIMEText from email.utils import formataddr from email.header import Header my_sender = 'xxxxxxxx' # 發件人郵箱帳號 my_user = 'xxxxxx' # 收件人郵箱帳號
相關文章
相關標籤/搜索