最近写邮件发送搞死人了,最后的结果,真是醉了,现整理如下: 网上一搜一大把,到处都是.NET发送邮件的方法,我这里也大同小异的写了一个. 准备一个MailHelper.cs通用类,如下所示: 重要的命名空间: using System.Net; using System.Net.Mail; 其余代码如下: public void Send(string to, string subject, string content, string from, string name, string pas