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="[email protected]">
<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