摘要:
#!/usr/bin/python3 # -*- coding=utf-8 -*- import smtplib import time from email.mime.text import MIMEText from email.header import Header from email.mime.multipart import MIMEMultipart from email.mim... 阅读全文
posted @ 2018-09-18 11:59
时尚民工
阅读(181)
评论(0)
推荐(0)
摘要:
#!/usr/bin/python3 # -*- coding=utf-8 -*- import smtplib from email.mime.text import MIMEText from email.header import Header from email.mime.multipart import MIMEMultipart from email.mime.applicatio... 阅读全文
posted @ 2018-09-18 11:57
时尚民工
阅读(155)
评论(0)
推荐(0)
摘要:
#!/usr/bin/python3 # -*- coding=utf-8 -*- import smtplib from email.mime.text import MIMEText from email.header import Header #收件人和发件人 receiver = 'xxx' sender = 'xxx' #发件人邮箱的SMTP服务器(即sender的SMTP服... 阅读全文
posted @ 2018-09-18 11:55
时尚民工
阅读(139)
评论(0)
推荐(0)

浙公网安备 33010602011771号