zingmatter
05-05-2009, 08:26 AM
Hi
I seem to be having a problem with the membership login control, specifically the password reset functionality. For some reason the password resets are not being emailed. Although I can send email from within the site (i.e. the set up in the web config would appear to be correct - see below) nothing gets emailed when doing the password reset, even though the "Your password has been sent to you" message appears, implying there were no errors thrown.
<mailSettings>
<smtp from="admin@mydomain.com">
<network host="mail.mydomain.com" password="" userName=""/>
</smtp>
</mailSettings>
Has anyone else experienced this problem? Is there a different place where the password reset has the email settings stored that is not in the web config?
Any ideas or guidence greatly appreciated.
Thanks
I seem to be having a problem with the membership login control, specifically the password reset functionality. For some reason the password resets are not being emailed. Although I can send email from within the site (i.e. the set up in the web config would appear to be correct - see below) nothing gets emailed when doing the password reset, even though the "Your password has been sent to you" message appears, implying there were no errors thrown.
<mailSettings>
<smtp from="admin@mydomain.com">
<network host="mail.mydomain.com" password="" userName=""/>
</smtp>
</mailSettings>
Has anyone else experienced this problem? Is there a different place where the password reset has the email settings stored that is not in the web config?
Any ideas or guidence greatly appreciated.
Thanks