View Single Post
  #99 (permalink)  
Old 12-13-2007, 10:06 PM
bbrian017 bbrian017 is offline
Banned
 
Join Date: Oct 2007
Location: Canada
Posts: 914
Thanks: 169
Thanked 17 Times in 17 Posts
When I add the code back in ashdigg,
Code:
$from = 'From: admin@blogengage.com' . PLIGG_PassEmail_From . "\r\n";
$subject="Welcome to BlogEngage" . PLIGG_Visual_Name;
Then when you recieve the confirmation it looks like this,
Quote:
Welcome to BlogEngagePLIGG_Visual_Name‏
From: admin@blogengage.comPLIGG_PassEmail_From
Reply With Quote