Setting The SMTP For Password Recovery Control

I am developing a website in the new 2.0 framework. I was playing around with the Login controls and came across the Password Recovery control. My question is how do I set the SMTP for that control?

Thanks!

[210 byte] By [Mulktide] at [2007-12-16]
# 1

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>
<
mailSettings>
<
smtp>
<
network host=""/>
</
smtp>
</
mailSettings>
</
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.

Mulktide at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...

.NET Development

Site Classified