摘要: 代码比较简单using System;using System.Text;using System.Net.Mail;using System.Net;using System.IO;using System.Net.Mime;namespace 邮件发送程序{ class SMTPHelper { private string user_name = ""; private string pwd = ""; private SmtpClient smtp_client = null; private MailAddress ... 阅读全文
posted @ 2013-04-15 12:27 TryHard 阅读(328) 评论(0) 推荐(0) 编辑