User email – template
-
I would like to use the “Template for User Activation” email to send my users their username and password. I would also like to include a link to either contact the admin or reset their password.
I have the email sending the username. How do I include the password and link?
Currently I have this in the code:
Your website credentials are:
Username: {user_name}
Password: {pass_word}To reset your password, click here.
The username populates, but the other text appears in the email just as you see it above. I’ve also tried the value of {password}, but that does not work either.
Thanks!
- The topic ‘User email – template’ is closed to new replies.