ASP.NET2.0发送邮件
SendMail:发送邮件
经过测试,sina,gmail都可使用。163的还有些问题。web.config里
1 <system.net>
2 <mailSettings>
3 <smtp >
4 <network host="smtp.sina.com" port="25" userName="用户名" password="密码" />
5 </smtp>
6 </mailSettings>
7 </system.net>
2 <mailSettings>
3 <smtp >
4 <network host="smtp.sina.com" port="25" userName="用户名" password="密码" />
5 </smtp>
6 </mailSettings>
7 </system.net>