How to customize the user activation emails?

PHP Code Generator provides WYSIWYG email editing functionality for action notifications. The activation email is the notification from the Signup action in the User module as the activation emails are send on completion of Signup action. Please follow the below step for customizing the email.

  1. Go to My Websites and click on "Define modules" button
  2. Click on the "User" module
  3. In the User module under templates click on Edit for "User notification" template
  4. Update the email template using the TinyMCE WYSIWYG editor
  5. Click on the Save Icon on the top

Now when you generate the website the email notification will be generated based on the updated template. 

 

Note: Please make sure to keep the text [link:activate/$id/$test_code] in the template in place where you want to have the account activation link in the email generated.

Back to academy home