Results 1 to 7 of 7

Thread: Activation Email format

  1. #1
    New user
    Join Date
    04-06-10.
    Posts
    18

    Default Activation Email format

    Hi:
    May I ask a question. When user registered in the website, we sent a activation emali to them. But I'd like to have a format for the emali like this:
    Dear user first name,
    Welcom....
    activation link....
    Your user name is: username(User registered)
    Your password is: password
    Regards
    Webmaster.
    May I know how I do this?

  2. #2
    Experienced user
    Join Date
    08-21-09.
    Posts
    563

    Default Re: Activation Email format

    May I ask a question.
    No!

    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).
    Brian

  3. #3
    New user
    Join Date
    04-06-10.
    Posts
    18

    Default 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

  4. #4
    New user
    Join Date
    05-16-10.
    Posts
    5

    Default 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!

  5. #5
    New user
    Join Date
    04-06-10.
    Posts
    18

    Default 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

  6. #6
    New user
    Join Date
    05-16-10.
    Posts
    5

    Default 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

  7. #7
    New user
    Join Date
    04-06-10.
    Posts
    18

    Default Re: Activation Email format

    Thank you very much, I am trying asking others in another post. But there is no answer now.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •