{"id":2268,"date":"2015-02-05T18:05:24","date_gmt":"2015-02-05T09:05:24","guid":{"rendered":"http:\/\/taitan916.info\/blog\/?p=2268"},"modified":"2024-03-04T17:32:59","modified_gmt":"2024-03-04T08:32:59","slug":"post-2268","status":"publish","type":"post","link":"https:\/\/taitan916.info\/blog\/archives\/2268","title":{"rendered":"PHP\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u6dfb\u4ed8\u3057\u3066\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3059\u308b\u65b9\u6cd5(PHPMailer)"},"content":{"rendered":"<p>PHP\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u6dfb\u4ed8\u306e\u4e0a\u3001\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3057\u305f\u304b\u3063\u305f\u3002\u65b9\u6cd5\u3092\u63a2\u3057\u305f\u3068\u3053\u308dphpmailer\u3068\u3044\u3046\u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u7c21\u5358\u306b\u4f7f\u3048\u3066\u3088\u304b\u3063\u305f\u3002\u4ee5\u4e0b\u306b\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u5148\u3068\u4f7f\u3044\u65b9\u306e\u30e1\u30e2\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>phpmailer<\/h2>\n<p><a href=\"https:\/\/code.google.com\/a\/apache-extras.org\/p\/phpmailer\/\" target=\"_blank\" rel=\"noopener\">https:\/\/code.google.com\/a\/apache-extras.org\/p\/phpmailer\/<\/a><\/p>\n<p>&nbsp;<\/p>\n<h2>\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">include('.\/class.phpmailer.php');\r\n\r\nmb_language(\"japanese\");\r\nmb_internal_encoding(\"UTF-8\");\r\n\r\n$to = 'to@test.com';\r\n$subject = \"\u30e1\u30fc\u30eb\u4ef6\u540d\";\r\n$body=\"\u30e1\u30fc\u30eb\u672c\u6587\";\r\n$from = \"from@test.com\";\r\n$attachfile = '\/var\/www\/html\/hoge\/fuga.txt'; \/\/\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\r\n\r\n$mail = new PHPMailer();\r\n$mail-&gt;CharSet = \"iso-2022-jp\";\r\n$mail-&gt;Encoding = \"7bit\";\r\n \r\n$mail-&gt;AddAddress($to);\r\n$mail-&gt;From = $from;\r\n$mail-&gt;FromName = mb_encode_mimeheader(mb_convert_encoding($fromname,\"JIS\",\"UTF-8\"));\r\n$mail-&gt;Subject = mb_encode_mimeheader(mb_convert_encoding($subject,\"JIS\",\"UTF-8\"));\r\n$mail-&gt;Body  = mb_convert_encoding($body,\"JIS\",\"UTF-8\");\r\n\r\n\/\/\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u8ffd\u52a0\r\n$mail-&gt;AddAttachment($attachfile);\r\n\/\/$mail-&gt;AddAttachment($attachfile2);\u307f\u305f\u3044\u306b2\u500b\u76ee\u3092\u8ffd\u52a0\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3002\r\n\r\nif( !$mail-&gt;Send() ){\r\n    \/\/$mail-&gt;Send()\u3067\u9001\u4fe1\u3055\u308c\u3066\u30a8\u30e9\u30fc\u6642\u306f$mail-&gt;getErrorMessage()\u3067\u5185\u5bb9\u78ba\u8a8d\u3002\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>PHP\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u6dfb\u4ed8\u306e\u4e0a\u3001\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3057\u305f\u304b\u3063\u305f\u3002\u65b9\u6cd5\u3092\u63a2\u3057\u305f\u3068\u3053\u308dphpma ... <\/p>\n","protected":false},"author":1,"featured_media":1085,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2],"tags":[90],"class_list":["post-2268","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php","tag-phpmailer"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/2268","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/comments?post=2268"}],"version-history":[{"count":2,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/2268\/revisions"}],"predecessor-version":[{"id":5353,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/2268\/revisions\/5353"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media\/1085"}],"wp:attachment":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media?parent=2268"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/categories?post=2268"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/tags?post=2268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}