Loading...
 
Features / Usability

Features / Usability


Re : Re: Re: change topic of validation email

posts: 1092

in tiki-register.php, look for mail(.
You will find
mail($_REQUEST%22email%22, tra('Your Tiki information registration'),$mail_data,"From: $sender_email\r\nContent-type: text/plain;charset=utf-8\r\n");
Replace tra('Your Tiki information registration') by your_subject.
Or if you are in a multilingual env, you will have change only the string and add the translation in the language.php file.
sylvie

There are no comments at this time.