View Single Post
  #36 (permalink)  
Old 05-28-2007, 06:43 AM
dollars5's Avatar
dollars5 dollars5 is offline
Pligg is my love :)
 
Join Date: Dec 2006
Location: India
Posts: 2,154
Thanks: 290
Thanked 266 Times in 177 Posts
Please check this function do_register1() in register.php that is responsible for sending e-mails you should find the from address in headers part as
$headers = "From: " . $main_smarty->get_config_vars("PLIGG_PassEmail_From") . "\r\nReply-To: " . $main_smarty->get_config_vars("PLIGG_PassEmail_From") . "\r\nCC: account@domain.com\r\nX-Priority: 1\r\n";

and the subject is constructed as $subject= 'Welcome to ' . $main_smarty->get_config_vars("PLIGG_Visual_Name");

So sure the code uses lang.conf elements.

EDIT: the packed files will send an cc to some account you mention too - atp that is hardcoded to account [at] greatinnovus.com - chage it

Last edited by dollars5; 05-28-2007 at 06:48 AM..
Reply With Quote
The Following User Says Thank You to dollars5 For This Useful Post: