about PasswordRecovery

  • Thread starter Thread starter Adam Right
  • Start date Start date
A

Adam Right

is it possible to change defult text of mail body when using
PasswordRecovery ?

The default text is:
-----------------------------------
Please return to the site and log in using the following information.
User Name: sarper
Password: adnDAq[ELjRGwk
------------------------------------
can i change it to :

---------------------------------------
User Name: USER_NAME
New password is : adnDAq[ELjRGwk
Date:XXXXX

for www.domain.com.

---------------------------------------


If i change e.Message.Body with in PasswordRecovery's SendingMail event,
the password is not seen in body of mail..

Thanks..
 
In your MessageBody.txt file, use something like this:
User name: <% UserName %>
Password: <% Password %>
The placeholders will be replaced with the values. Not sure about a
substitute for the date.
 
Back
Top