{"id":128,"date":"2016-03-15T15:09:09","date_gmt":"2016-03-15T07:09:09","guid":{"rendered":"http:\/\/www.shenmdyw.com\/?p=128"},"modified":"2016-03-15T15:15:36","modified_gmt":"2016-03-15T07:15:36","slug":"php-swiftmailer","status":"publish","type":"post","link":"http:\/\/www.shenmdyw.com\/index.php\/2016\/03\/15\/php-swiftmailer\/","title":{"rendered":"php swiftmailer"},"content":{"rendered":"<p>php swiftmailer \u53d1\u9001\u90ae\u4ef6\u6587\u6863<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"php\">\/\/\u90ae\u7bb1\u914d\u7f6e\r\n$config =array(\r\n\t\t'MAIL_PORT'=&gt;25,\/\/\u7aef\u53e3\u53f7\r\n\t\t'MAIL_HOST'=&gt;'smtp.qq.cn',\/\/smtp\u670d\u52a1\u5668\u7684\u540d\u79f0\r\n\t\t'MAIL_SMTPAUTH'=&gt;1,\/\/1\u662f 0\u5426 \u542f\u7528smtp\u8ba4\u8bc1\r\n\t\t'MAIL_USERNAME'=&gt;'12345678@qq.cn',\/\/\u90ae\u7bb1\u5730\u5740\r\n\t\t'MAIL_PASSWORD'=&gt;'A123456',\/\/\u90ae\u7bb1\u5bc6\u7801\r\n\t\t'MAIL_FROM'=&gt;'12345678@qq.cn',\/\/\u53d1\u9001\u90ae\u7bb1\u5730\u5740\r\n\t\t'MAIL_FROMNAME'=&gt;'\u795e\u9a6c\u90fd\u8981\u95ee',\/\/\u53d1\u4ef6\u4eba\u59d3\u540d\r\n\t\t'MAIL_ISHTML'=&gt;1,\/\/1\u662f 0\u5426HTML\u683c\u5f0f\u90ae\u4ef6\r\n\t\t'MAIL_CHARSET'=&gt;'utf-8',\/\/\u90ae\u7bb1\u7f16\u7801\r\n);\r\n<\/pre>\n<p><!--more--><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"php\">$transport = Swift_SmtpTransport::newInstance($config['MAIL_HOST'], $config['MAIL_PORT'])\/\/\u8bbe\u7f6e\u670d\u52a1\u5668\u5730\u5740\u4e0e\u7aef\u53e3\r\n\t-&gt;setUsername($config['MAIL_USERNAME'])\/\/\u8bbe\u7f6e\u90ae\u7bb1\u8d26\u53f7\r\n\t-&gt;setPassword($config['MAIL_PASSWORD'])\/\/\u8bbe\u7f6e\u90ae\u7bb1\u5bc6\u7801\r\n\t;\r\n\t$mailer = Swift_Mailer::newInstance($transport);\r\n\t\r\n\t\/\/ Create a message\r\n\t$message = Swift_Message::newInstance()\r\n\t-&gt;setFrom(array($config['MAIL_USERNAME'] =&gt; $config['MAIL_FROMNAME']))\/\/\u8bbe\u7f6e\u53d1\u9001\u90ae\u4ef6\u4eba\u5730\u5740\u4e0e\u540d\u79f0\r\n\t-&gt;setto(array('shenmadouyao@163.com'))\/\/\u63a5\u6536\u4eba\u90ae\u4ef6,\u53ef\u4ee5\u591a\u4e2a\r\n\t-&gt; setSubject('123')\/\/\u90ae\u4ef6\u6807\u9898\r\n    -&gt; setBody('Here is the message itself', 'text\/html', 'utf-8');\/\/\u90ae\u4ef6\u5185\u5bb9 \r\n$fasss = array();\r\n try{ \r\nif($mailer -&gt; send($message,$fasss)){\r\n echo 'ok'; \r\n}else{ \r\necho 'error';\r\n } \r\n}catch (Swift_RfcComplianceException $e){ \r\necho '\u90ae\u4ef6\u53d1\u9001\u5931\u8d25: ' . $e -&gt; getMessage();\r\n}\r\n<\/pre>\n<p><a href=\"http:\/\/www.shenmdyw.com\/wp-content\/uploads\/2016\/03\/swiftmailer-5.x.zip\" rel=\"\">swiftmailer-5.x<\/a>\u00a0\u00a0<a href=\"http:\/\/swiftmailer.org\/docs\/introduction.html\" target=\"_blank\">\u63d2\u4ef6\u5b98\u7f51<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>php swiftmailer \u53d1\u9001\u90ae\u4ef6\u6587\u6863 \/\/\u90ae\u7bb1\u914d\u7f6e $config =array( &#8216;MAIL_POR [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[74,75],"class_list":["post-128","post","type-post","status-publish","format-standard","hentry","category-php","tag-php-swiftmailer","tag-swiftmailer","clear"],"_links":{"self":[{"href":"http:\/\/www.shenmdyw.com\/index.php\/wp-json\/wp\/v2\/posts\/128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.shenmdyw.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.shenmdyw.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.shenmdyw.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.shenmdyw.com\/index.php\/wp-json\/wp\/v2\/comments?post=128"}],"version-history":[{"count":5,"href":"http:\/\/www.shenmdyw.com\/index.php\/wp-json\/wp\/v2\/posts\/128\/revisions"}],"predecessor-version":[{"id":134,"href":"http:\/\/www.shenmdyw.com\/index.php\/wp-json\/wp\/v2\/posts\/128\/revisions\/134"}],"wp:attachment":[{"href":"http:\/\/www.shenmdyw.com\/index.php\/wp-json\/wp\/v2\/media?parent=128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.shenmdyw.com\/index.php\/wp-json\/wp\/v2\/categories?post=128"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.shenmdyw.com\/index.php\/wp-json\/wp\/v2\/tags?post=128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}