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 http://www.yousite.com/language/english/user.php
Find the line Quote:
define('_US_USERKEYFOR','User activation key for %s');
define('_US_USERKEYFOR','any text you want');
This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=635