Hi,
I have a multi-lingual application that needs to send different password recovery e-mail messages to the user based on their language preference. The problem is that I cannot simply read one .txt file from the MailDefinition of the PasswordRecovery control due to this and when I try to programatically customize the e-mail sent by the system the <% Username %> and <% Password %> tokens are not being replaced.
How can I customize the e-mail message sent to the user when they are resetting their password and include the new password in the e-mail?
Please note that I get an error when I manually try to reset the password in the SendingMail event, but I could not find another way to obtain a reset password for the e-mail.
Protected Sub PasswordRecovery1_SendingMail(ByVal sender As Object, ByVal e < ...
Go to the complete details ...