{"id":438,"date":"2010-10-01T02:28:42","date_gmt":"2010-10-01T02:28:42","guid":{"rendered":"http:\/\/enjoyasp.net\/?p=438"},"modified":"2010-10-01T02:28:42","modified_gmt":"2010-10-01T02:28:42","slug":"%e5%8f%91%e9%80%81%e9%82%ae%e4%bb%b6","status":"publish","type":"post","link":"https:\/\/enjoyasp.net\/index.php\/2010\/10\/01\/%e5%8f%91%e9%80%81%e9%82%ae%e4%bb%b6\/","title":{"rendered":"\u53d1\u9001\u90ae\u4ef6"},"content":{"rendered":"<pre lang=\"csharp\">\r\n \u5f15\u5165\uff1aSystem.Net.Mail\r\n\r\n        string rtnMsg = \"\";\r\n        SmtpClient client = new SmtpClient(\"192.168.16.200\");\r\n        MailMessage msg = new MailMessage(\"@lvshou.com\", \"zhengxuesong@lvshou.com\");\r\n        msg.SubjectEncoding = msg.BodyEncoding = Encoding.GetEncoding(\"gb2312\");\r\n        msg.Subject = \"hello\";\r\n        msg.Body = \"hello,mail\";\r\n        try\r\n        {\r\n            client.Send(msg);\r\n            result = true;\r\n            ClientScript.RegisterStartupScript(this.GetType(), \"msg\", \"<script>alert('\u53d1\u9001\u6210\u529f\uff01');<\/script>\");\r\n        }\r\n\r\n        catch (Exception e1)\r\n        {\r\n            result = false;\r\n            ClientScript.RegisterStartupScript(this.GetType(), \"msg\", \"<script>alert('\u53d1\u9001\u5931\u8d25\uff01');<\/script>\");\r\n        }\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5f15\u5165\uff1aSystem.Net.Mail string rtnMsg = &#8220;&#8221;; SmtpClient clien [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[],"class_list":["post-438","post","type-post","status-publish","format-standard","hentry","category-aspdotnet"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/438","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/comments?post=438"}],"version-history":[{"count":0,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/438\/revisions"}],"wp:attachment":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/media?parent=438"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/categories?post=438"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/tags?post=438"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}