{"id":488,"date":"2013-06-09T09:42:37","date_gmt":"2013-06-09T01:42:37","guid":{"rendered":"http:\/\/www.kiccleaf.com\/?p=488"},"modified":"2013-06-09T09:42:37","modified_gmt":"2013-06-09T01:42:37","slug":"python%e5%86%99%e7%9a%84%e7%ae%80%e5%8d%95%e5%8f%91%e9%80%81%e9%82%ae%e4%bb%b6%e7%9a%84%e8%84%9a%e6%9c%ac%e3%80%90%e8%bd%ac%e3%80%91","status":"publish","type":"post","link":"http:\/\/www.kiccleaf.com\/?p=488","title":{"rendered":"python\u5199\u7684\u7b80\u5355\u53d1\u9001\u90ae\u4ef6\u7684\u811a\u672c\u3010\u8f6c\u3011"},"content":{"rendered":"<p>\u8fd1\u6765\u6709\u4e9b\u4e1c\u897f\u9700\u8981\u76d1\u63a7\u62a5\u8b66\u53d1\u90ae\u4ef6\uff0c\u7136\u540e\u5728\u7f51\u4e0a\u627e\u4e86\u70b9\u6750\u6599\uff0c\u81ea\u5df1\u5199\u4e86\u4e00\u4e2a\u7b80\u5355\u53d1\u9001\u90ae\u4ef6\u7684\u811a\u672c\uff0c\u4e3b\u8981\u5c31\u662f\u8fd0\u7528python\u7684smtplib\u6a21\u5757\uff0c\u5206\u4eab\u7ed9\u5927\u5bb6\u770b\u4e00\u4e0b\uff1a<\/p>\n<pre class=\"brush: python; title: ; notranslate\" title=\"\">\r\n#!\/usr\/bin\/env python \r\n# -*- coding: utf-8 -*- \r\n#\u5bfc\u5165smtplib\u548cMIMEText \r\nimport smtplib,sys \r\nfrom email.mime.text import MIMEText \r\n \r\ndef send_mail(sub,content): \r\n    ############# \r\n    #\u8981\u53d1\u7ed9\u8c01\uff0c\u8fd9\u91cc\u53d1\u7ed91\u4e2a\u4eba \r\n    mailto_list=&#x5B;&quot;wangwei03@gyyx.cn&quot;] \r\n    ##################### \r\n    #\u8bbe\u7f6e\u670d\u52a1\u5668\uff0c\u7528\u6237\u540d\u3001\u53e3\u4ee4\u4ee5\u53ca\u90ae\u7bb1\u7684\u540e\u7f00 \r\n    mail_host=&quot;mail.gyyx.cn&quot; \r\n    mail_user=&quot;wangwei03@gyyx.cn&quot; \r\n    mail_pass=&quot;123456677890&quot; \r\n    mail_postfix=&quot;gyyx.cn&quot; \r\n    ###################### \r\n    ''''' \r\n    to_list:\u53d1\u7ed9\u8c01 \r\n    sub:\u4e3b\u9898 \r\n    content:\u5185\u5bb9 \r\n    send_mail(&quot;aaa@126.com&quot;,&quot;sub&quot;,&quot;content&quot;) \r\n    ''' \r\n    me=mail_user+&quot;&lt;&quot;+mail_user+&quot;@&quot;+mail_postfix+&quot;&gt;&quot; \r\n    msg = MIMEText(content,_charset='gbk') \r\n    msg&#x5B;'Subject'] = sub \r\n    msg&#x5B;'From'] = me \r\n    msg&#x5B;'To'] = &quot;;&quot;.join(mailto_list) \r\n    try: \r\n        s = smtplib.SMTP() \r\n        s.connect(mail_host) \r\n        s.login(mail_user,mail_pass) \r\n        s.sendmail(me, mailto_list, msg.as_string()) \r\n        s.close() \r\n        return True \r\n    except Exception, e: \r\n        print str(e) \r\n        return False \r\nif __name__ == '__main__': \r\n    if send_mail(u'\u8fd9\u662fpython\u6d4b\u8bd5\u90ae\u4ef6',u'python\u53d1\u9001\u90ae\u4ef6'): \r\n        print u'\u53d1\u9001\u6210\u529f' \r\n    else: \r\n        print u'\u53d1\u9001\u5931\u8d25' \r\n<\/pre>\n<p>\u8f6c\u81ea\uff1ahttp:\/\/wangwei007.blog.51cto.com\/68019\/978743<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8fd1\u6765\u6709\u4e9b\u4e1c\u897f\u9700\u8981\u76d1\u63a7\u62a5\u8b66\u53d1\u90ae\u4ef6\uff0c\u7136\u540e\u5728\u7f51\u4e0a\u627e\u4e86\u70b9\u6750&#8230;<\/p>\n<div class=\"more-link-wrapper\"><a class=\"more-link\" href=\"http:\/\/www.kiccleaf.com\/?p=488\">Continue reading<span class=\"screen-reader-text\">python\u5199\u7684\u7b80\u5355\u53d1\u9001\u90ae\u4ef6\u7684\u811a\u672c\u3010\u8f6c\u3011<\/span><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":2,"footnotes":""},"categories":[20],"tags":[95,109,14],"class_list":["post-488","post","type-post","status-publish","format-standard","hentry","category-python","tag-python","tag-109","tag-14","entry"],"views":3586,"_links":{"self":[{"href":"http:\/\/www.kiccleaf.com\/index.php?rest_route=\/wp\/v2\/posts\/488","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.kiccleaf.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.kiccleaf.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.kiccleaf.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.kiccleaf.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=488"}],"version-history":[{"count":0,"href":"http:\/\/www.kiccleaf.com\/index.php?rest_route=\/wp\/v2\/posts\/488\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.kiccleaf.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=488"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.kiccleaf.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=488"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.kiccleaf.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=488"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}