摘要:
1 #!/usr/bin/env python 2 # -*- coding=utf-8 -*- 3 import smtplib 4 from email.mime.text import MIMEText 5 import threading 6 import time, datetime 7 阅读全文
posted @ 2017-06-27 15:49
累累的博客
阅读(2643)
评论(0)
推荐(0)
摘要:
#coding: utf-8import smtplibfrom email.mime.text import MIMETextfrom email.header import Header sender = 'gqpp228yt@163.com'receiver = '905382890@qq.c 阅读全文
posted @ 2017-06-27 11:39
累累的博客
阅读(105)
评论(0)
推荐(0)