Edit default mass email settings

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Edit default mass email settings
dustoff99
CZ Newbie
dustoff99 has been a member for over 20 year's 20 Year Member
usa.gif kentucky.gif
Age: 55
Gender: Male
Status: Offline
Joined: Aug 29, 2004
0.00 posts per day
Posts: 1
Points: 92
   
Hello

I am trying to edit the text that is displayed everytime I send out a mass email to my members and the other emails that my board generates (ie new registration).

Thank-you =]



Back to top Reply with quote
#2   Re: Edit default mass email settings
madman
CZ Moderator
madman has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Dec 06, 2004
0.00 posts per day
Posts: 21
Points: 1,234
 Yahoo Messenger  


Originally posted by dustoff99 @ Sun Dec 12, 2004 7:13 am:

I am trying to edit the text that is displayed everytime I send out a mass email to my members and the other emails that my board generates (ie new registration).

For mass email, you can edit PHP language definition stored on "admin/language/lang-xxx.php" files. Find the following line:
define("_MASSEMAILMSG"," ... blabla mass email msg here ... ");

Edit the message text as you wish.

To edit email message upon user registration, open language definition stored on "modules/Your_Account/language/lang-xxx.php" files. There are several definitions used to construct email confirmation message, they are:
define("_YOUUSEDEMAIL"," ...blabla... ");
define("_TOREGISTER"," ... blabla... ");
define("_TOFINISHUSER"," .. blabla ");
define("_FOLLOWINGMEM"," ... blabla... ");
define("_UNICKNAME"," ... blabla... ");
define("_UPASSWORD"," ... blabla... ");
define("_YOUUSEDEMAIL"," ... blabla... ");

Additionally, the following definition used from main "language/lang-xx.php" files:
define("_WELCOMETO"," ... blabla... ");




_________________
Cheers,
madman
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum