T
Tony Johansson
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="(e-mail address removed)">
<network
host="smtp.example.com"
userName="username"
password="password"
port="25" />
</smtp>
</mailSettings>
</system.net>
</configuration>
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="(e-mail address removed)">
<network
host="smtp.example.com"
userName="username"
password="password"
port="25" />
</smtp>
</mailSettings>
</system.net>
</configuration>