摘要: System.Net.Mail.SmtpClient client = new System.Net.Mail.SmtpClient(); client.Host = "smtp.qq.com"; //SMTP服务器 client.... 阅读全文
posted @ 2015-09-01 08:49 石中隐鱼 阅读(156) 评论(0) 推荐(0) 编辑