摘要:
try { SmtpClient smtp = new SmtpClient(); MailMessage mm = new MailMessage(); smtp.Host = "smtp.qq.com";//这里填你自己用的邮箱的 服务器。163的就是这个。 qq 的是 smtp。qq。com... 阅读全文
posted @ 2014-07-11 11:07
小爪微凉
阅读(156)
评论(0)
推荐(0)