Re: [Webcollab-users] Editing Emails that go out
Brought to you by:
andrewsimpson
From: Andrew S. <and...@pa...> - 2007-09-22 09:31:55
|
On Fri, 21 Sep 2007 09:27:58 -0700 Brad Bendy wrote: > Hi List, > > Im trying to modify the email thats goes out when a new user is added. I > want to add some more text to the email and change the current text. Any > ideals how this can be done? I have looked at all files and cannot find > them. > For English, you need to edit the file [webcollab]/lang/en_email.php. This file contains the text strings that sent out with the email. The text string you want is near the bottom of the file. The first two letters of the file name are the ISO 639 language code. So 'en' is English, but if you wanted Spanish ('es'), the file you want is actually want is [webcollab]/lang/es_email.php. Andrew |