摘要:
public static void SendSMTPEMail(string strSmtpServer, string strFrom, string strFromPass, string strto, string strSubject, string strBody) { System.Net.Mail.SmtpClient client = new SmtpClient(strSmtp... 阅读全文
posted @ 2008-12-10 19:37
轻松
阅读(171)
评论(0)
推荐(0)
浙公网安备 33010602011771号