From: Tony Johansson on
Hello!

Here is an example on setting for passwordRecovery.
I have one question do I have to specify the password as they have done in
this example ?

<configuration>
...
<system.net>
<mailSettings>
<smtp deliveryMethod="Network"
from="youraddress(a)example.com">
<network
host="smtp.example.com"
userName="username"
password="password"
port="25" />
</smtp>
</mailSettings>
</system.net>
</configuration>