Setting The SMTP For Password Recovery Control
Thanks!
Thanks!
I think I have answerd my own question. The First thing I tried was to go to the administration website and click on the Application Tab and then The SMTP tab. This is not working for me so I had to manually add it in the Web.Config File.
Here is what I needed to add.
<system.net> Of course you have to fill in the host name. But this worked for me I hope this works for others out there.
<mailSettings>
<smtp>
<network host=""/>
</smtp>
</mailSettings>
</system.net>