i am trying to use the password recovery control provided by asp.net 3.5 and i get this error when the user presses submit :
Microsoft JScript runtime error:
Sys.WebForms.PageRequestManagerServerErrorException:
The specified string is not in the form required for an e-mail address.
i am sure that the email address of the user (who needs pass recovery) is correct ([email protected]).
and i am also sure that my smtp settings in web.config are correct. The email of the sender is in the form of [email protected]
so what am i doing wrong? i don't know where to start debugging so i can find the problem!