B
barry
Below are my setting in the web.config file for forgotten passwords. I
receive a completion that the password
has been sent but upon looking in outlook there is no email sent to me. I
have also tried 127.0.0.1 for the network host
<system.net>
<mailSettings>
<smtp deliveryMethod="Network" from="(e-mail address removed)">
<network host="localhost" port="25" defaultCredentials="true"/>
</smtp>
</mailSettings>
</system.net>
thanks
receive a completion that the password
has been sent but upon looking in outlook there is no email sent to me. I
have also tried 127.0.0.1 for the network host
<system.net>
<mailSettings>
<smtp deliveryMethod="Network" from="(e-mail address removed)">
<network host="localhost" port="25" defaultCredentials="true"/>
</smtp>
</mailSettings>
</system.net>
thanks