{"id":2509,"date":"2022-10-11T20:56:33","date_gmt":"2022-10-11T12:56:33","guid":{"rendered":"https:\/\/blog.francis67.cc\/?p=2509"},"modified":"2022-10-11T20:56:44","modified_gmt":"2022-10-11T12:56:44","slug":"%e4%bd%bf%e7%94%a8yagmail%e5%8f%91%e9%80%81%e9%82%ae%e4%bb%b6","status":"publish","type":"post","link":"https:\/\/blog.francis67.cc\/?p=2509","title":{"rendered":"\u4f7f\u7528yagmail\u53d1\u9001\u90ae\u4ef6"},"content":{"rendered":"\n<p>\u9879\u76ee\u5730\u5740\uff1ahttps:\/\/github.com\/kootenpv\/yagmail<\/p>\n\n\n\n<p>\u901a\u8fc7\u7f16\u5199python\u811a\u672c\u548c\u8ba1\u5212\u4efb\u52a1\uff0c\u5b9a\u65f6\u53d1\u9001\u5907\u4efd\u7684\u9644\u4ef6\u5230\u6307\u5b9a\u90ae\u7bb1\u3002<\/p>\n\n\n\n<p>\u53c2\u8003\u7684\u811a\u672c<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">import yagmail\nimport os\n\nfile_path_array = [\"backup_path1\",\"backup_path2\",\"backup_path3\"]\nbackup_list = []\nfor file_path in file_path_array:\n    dirs = os.listdir(file_path)\n    bakup = os.path.join(file_path,dirs[1])\n    backup_list.append(bakup)\n    \n#print(backup_list)\n\n\nyag = yagmail.SMTP(user = 'xxx@xxx.com', password = 'passwd', host = 'smtp.xxx.com')\nyag.send(to = 'xxx@xxx.net', subject = 'Backup File', contents = backup_list)<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u9879\u76ee\u5730\u5740\uff1ahttps:\/\/github.com\/kootenpv\/yagmail \u901a\u8fc7\u7f16\u5199python\u811a\u672c\u548c\u8ba1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-2509","post","type-post","status-publish","format-standard","hentry","category-vpslog"],"_links":{"self":[{"href":"https:\/\/blog.francis67.cc\/index.php?rest_route=\/wp\/v2\/posts\/2509","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.francis67.cc\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.francis67.cc\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.francis67.cc\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.francis67.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2509"}],"version-history":[{"count":2,"href":"https:\/\/blog.francis67.cc\/index.php?rest_route=\/wp\/v2\/posts\/2509\/revisions"}],"predecessor-version":[{"id":2511,"href":"https:\/\/blog.francis67.cc\/index.php?rest_route=\/wp\/v2\/posts\/2509\/revisions\/2511"}],"wp:attachment":[{"href":"https:\/\/blog.francis67.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.francis67.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.francis67.cc\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}