Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Security (http://www.velocityreviews.com/forums/f62-asp-net-security.html)
-   -   problem with PaswordRecovery (http://www.velocityreviews.com/forums/t769308-problem-with-paswordrecovery.html)

Dan 02-12-2007 09:51 PM

problem with PaswordRecovery
 
Hi,

i defined a login control with PaswWordRecovery.
I use the default aspnetdb.mdf database which is created automatically.
I can create an user and log in.

I tested the PasswordRecovery by entering an username, i answered the right
question and i got the message "your password is sent to your emailaddress".
I put my own emailaddress and the web.config contains the right
internet-provider.

My problem: i never receive that email. So what must i check? What can be
the source of the problem?
Thanks for suggestions
Dan

web.config
----------
<system.net>
<mailSettings>
<smtp deliveryMethod="Network" from="comm@skynet.xy">
<network host="smtp.myprovider.xy" port="25" />
</smtp>
</mailSettings>
</system.net>




All times are GMT. The time now is 09:29 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57