Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
using the password recovery control
i have this code in the web config
XML
<system.net>
    <mailSettings>
      <smtp from="user@yahoo.com">
        <network host="smtp.mail.yahoo.com" password="password" port="465"
          userName="user@yahoo.com" />
        
      </smtp>
     
    </mailSettings>
  </system.net>


with this error.......
An existing connection was forcibly closed by the remote host

please what shall i do?????
thanks
Posted
Updated 17-Feb-10 10:26am
v3

That means your authentication credentials doesnt allow you to send mails. And server refuses to accept ur request.
 
Share this answer
 
okay i got it..
but why and what shall i do to recover it??
please
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900