passwordrecovery 发送邮件 问题
帅虫哥 2009-04-06 06:49:29 SMTP 服务器要求安全连接或客户端未通过身份验证。 服务器响应为: Authentication required
总是出这样的问题
web.config
<system.net >
<mailSettings>
<smtp from ="vipyoumay@sina.com">
<network host ="smtp.sina.com" port ="25" defaultCredentials="true" userName ="vipyoumay" password ="*****"/>
</smtp>
</mailSettings>