I am using Xoops 2.0.15. When someone register, he/she will recieve an email (subject name of "User activation key...") for activation purpose. How could I change the subject name and the contents inside the email? Thanks.

Requested by Hkhenry and Answered by Anderssk on 2006/11/26 14:14:47

I am using Xoops 2.0.15. When someone register, he/she will recieve an email (subject name of "User activation key...") for activation purpose. How could I change the subject name and the contents inside the email? Thanks.

Hi'

You have to change it two places.

Subject:
Change in www.yousite.com/language/english/user.php
Find the line Quote:

define('_US_USERKEYFOR','User activation key for %s');

Change to:
Quote:
define('_US_USERKEYFOR','any text you want');


Content
Change in www.yousite.com/language/english/mail_template/register.tpl
That shoud be easy, when You see the file.

This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=635