Recover your password
I am trying to recover my password, but it fails. I am using localhost with port 25, which are well installed and open in my SMTP mail.
The Code in Webconfig file is:
<mailSettings>
<smtp deliveryMethod="network" from="test@yahoo.com">
<network
host="localhost"
port="25"
defaultCredentials="true"
/>
</smtp>
The Server Error after runtime:
No connection could be made because the target machine actively refused it 127.0.0.1:25
Any Solution ??
Thanks in Advance
Last edited by kibock; January 8th, 2011 at 09:58 AM..
|