摘要:
网易,新浪,谷歌,腾讯的邮件服务都支持stmp协议。using System.Net.Mail; MailMessage message = null; SmtpClient client = null; public void Send() { try { string argFrom = "test@gmail.com"; string argTo = "test@hotmail.com"; string a... 阅读全文
posted @ 2013-03-21 14:31
V.Wang
阅读(339)
评论(0)
推荐(0)