I would like know where to find the php file or other file area that i need to modify in order to put the Name of the site that the user is registered to for when i send a e-mail out to those in the group.
What u get at moment when i send a mass e-mail out:
"You're receiving this email because you're a registered user of . We hope that this email didn't disturbed you and in some manner contributes to improve our services."
In front of that period i need to add the name of the site.
gotcha Private
Joined: Mar 21, 2004
Posts: 42
Posted:
Mon Mar 07, 2005 11:23 am
You add the site name in the preferences in the admin menu, then it should show up in your newsletter also.
well you could open up admin/language/lang-english.php and find this line
Code:
define("_MASSEMAILMSG","=========================================================\nYou're receiving this email because you're a registered user of $sitename. We hope that this email didn't disturbed you and in some manner contributes to improve our services.");
awsome thank you didnt think to look in that php script lol
tupinambis Nuke Cadet
Joined: Apr 08, 2007
Posts: 1
Posted:
Mon Dec 31, 2007 11:59 pm
gotcha wrote:
well you could open up admin/language/lang-english.php and find this line
Code:
define("_MASSEMAILMSG","=========================================================\nYou're receiving this email because you're a registered user of $sitename. We hope that this email didn't disturbed you and in some manner contributes to improve our services.");
and change $sitename to suit your needs.
Thank you gotcha! I have searched the net relentlessly for that.
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