Re: Activation Email format
Quote:
May I ask a question.
No!
Quote:
May I know how I do this?
OK, fine... :)
One option would be to install the EFG extension:
http://www.typolight.org/extension-list ... 19.en.html
This extension allows you to customize the email template and insert content using insert-tags. That may be the best way to go. Plus it has some other nice features (like storing submissions in a specialized area for easy access).
Re: Activation Email format
Thanks for that, But i think the orginal registration is enough for me, If i use EFG, I have made a new form. i do not how to make a activation email for EFG. Any other ideas?
Regards
Lei Song
Re: Activation Email format
You can use wild-cards in your activation e-mail from input fields. Here is an example:
Code:
Dear ##firstname##,
Thank you for your registration on ##domain##.
Please click ##link## to complete your registration and to activate your account.
Your username is ##username##
Your password is ##password##
If you did not request an account, please ignore this e-mail.
Thanks!
- Webmaster
You can change this in the "Registration" module under "Activation Message." I hope that helps!
Re: Activation Email format
Thanks skindy:
That is what i want, Thanks, But the password shows that:
Your password is e4cf7592d4d4d0eb5244faa1e9838bb472bf9b20:b4f25ee6c 66d413ad782307
What I can do next?
Regards
Lei Song
Re: Activation Email format
Ahh, the password is showing up encrypted because of the security hash. Hm, I've never used ##password## in the activation e-mail - I'm assuming that's going to have to be something you'll have to fiddle with in the database. Sorry :(
Re: Activation Email format
Thank you very much, I am trying asking others in another post. But there is no answer now.