随笔 - 12  文章 - 1 评论 - 3 trackbacks - 0

09 2008 档案
.net 2.0发送邮件(转载)
摘要: .net2.0using System.Net.Mail;使用:SendSMTPEMail("100.100.100.100", "someone@xxx.com", "xxxx", "someone@xxx.com", "webtest", TextBox1.Text, null, null);方法体: public void SendSMTPEMail(string strSmtpS...阅读全文
posted @ 2008-09-12 17:14 Mercury 阅读(62) | 评论 (0) 编辑