{"id":2967,"date":"2016-06-03T10:46:33","date_gmt":"2016-06-03T02:46:33","guid":{"rendered":"http:\/\/blog.hoyo.idv.tw\/?p=2967"},"modified":"2022-02-04T13:11:05","modified_gmt":"2022-02-04T05:11:05","slug":"php-email-%e5%8a%9f%e8%83%bd%e9%96%8b%e7%99%bc","status":"publish","type":"post","link":"https:\/\/blog.hoyo.idv.tw\/?p=2967","title":{"rendered":"PHP Email \u529f\u80fd\u958b\u767c"},"content":{"rendered":"<p class=\"lang:default decode:true \">\u76ee\u6a19\uff1a\u70ba\u4e86\u53ef\u4ee5\u5feb\u901f\u53cd\u8986\u6e2c\u8a66\uff0c\u4f7f\u7528\u7b26\u5408 Email \u683c\u5f0f\u6a19\u6e96\uff0c\u5bc4\u4fe1\u7d66\u4e3b\u6a5f\u5167\u4f7f\u7528\u8005\uff0c\u9810\u8a08 Email \u8a2d\u5b9a\u70ba hoyo@local.cc<\/p>\n<p class=\"lang:default decode:true \"><strong>\u8b93\u4e3b\u6a5f\u8a8d\u8b58\u865b\u64ec\u7684 local.cc \u7db2\u57df\u540d\u7a31<\/strong><\/p>\n<pre class=\"lang:default decode:true\">vi \/etc\/hosts\r\n\r\n192.168.0.101 local.cc<\/pre>\n<p>--<\/p>\n<p><strong>\u8a2d\u5b9a Postfix<\/strong><\/p>\n<ul>\n<li><a href=\"http:\/\/cafim.sssup.it\/~giulio\/other\/Postfix_Setup_for_Local_Mail_Only.html\" target=\"_blank\" rel=\"noopener\">Postfix Setup for Local Mail Only<\/a><\/li>\n<\/ul>\n<p>\/etc\/postfix\/main.cf<\/p>\n<pre class=\"lang:default decode:true\">myhostname = localhost\r\nmydomain = local.cc\r\ninet_interfaces = $myhostname, localhost\r\nmydestination = $myhostname, $mydomain, localhost\r\nmynetworks_style = host<\/pre>\n<p>\u95dc\u9375\u662f mydomain \u548c mydestination \u7684\u8a2d\u5b9a\u8981\u4fee\u6539<\/p>\n<p>\u7b2c\u4e00\u6b21\u5fc5\u9808\u5148\u5c07 sendmail \u670d\u52d9\u505c\u6b62<\/p>\n<pre class=\"lang:sh decode:true \">\/etc\/rc.d\/init.d\/sendmail stop<\/pre>\n<p>\u6700\u5f8c\u5c07 Postfix \u670d\u52d9\u91cd\u65b0\u555f\u52d5\u5c31\u53ef\u4ee5\u4e86<\/p>\n<pre class=\"lang:sh decode:true\">\/etc\/rc.d\/init.d\/postfix restart<\/pre>\n<p>--<\/p>\n<p><strong>\u4f7f\u7528 PHP mail() \u9032\u884c\u6536\u3001\u767c\u4fe1\u6e2c\u8a66<\/strong><\/p>\n<pre class=\"nums:true lang:php decode:true \">&lt;?php\r\nmail( 'hoyo@local.cc', '\u6a19\u984c', '\u5167\u5bb9' );\r\n<\/pre>\n<p>--<\/p>\n<p><strong>\u4f7f\u7528 Kmail \u6536\u4fe1\u67e5\u770b HTML \u4fe1\u4ef6\u7d50\u679c<\/strong><\/p>\n<p>\u8a2d\u5b9a \u2192 \u8a2d\u5b9a Kmail \u2192 \u5e33\u865f \u2192 \u672c\u5730\u7aef\u5e33\u865f \u2192 \u00a0\u9396\u5b9a\u65b9\u5f0f\uff1aPCNTL<\/p>\n<p>--<\/p>\n<h2>Command Line<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.tecmint.com\/send-mail-from-command-line-using-mutt-command\/\" target=\"_blank\" rel=\"noopener\">Mutt \u2013 A Command Line Email Client to Send Mails from Terminal<\/a><\/li>\n<\/ul>\n<pre class=\"lang:default decode:true \">$ mutt -f \/var\/spool\/mail\/john<\/pre>\n<p>--<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p class=\"pvc_stats all \" data-element-id=\"2967\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> &nbsp;1,802&nbsp;total views<\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u76ee\u6a19\uff1a\u70ba\u4e86\u53ef\u4ee5\u5feb\u901f\u53cd\u8986\u6e2c\u8a66\uff0c\u4f7f...<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p class=\"pvc_stats all \" data-element-id=\"2967\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> &nbsp;1,802&nbsp;total views<\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[260],"tags":[],"_links":{"self":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/2967"}],"collection":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2967"}],"version-history":[{"count":8,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/2967\/revisions"}],"predecessor-version":[{"id":9430,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/2967\/revisions\/9430"}],"wp:attachment":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2967"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2967"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}