Prev: introduction to asp.net 4.0
Next: Can this, maybe ASP code, be easily replaced with modern code
From: Tony Johansson on 7 Jan 2010 19:40 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>
|
Pages: 1 Prev: introduction to asp.net 4.0 Next: Can this, maybe ASP code, be easily replaced with modern code |