View Single Post
  #13  
Old 02-04-2014, 09:08 PM
  DOPS85's Avatar 
DOPS85 DOPS85 is offline
 

Advanced Member
  
Join Date: Feb 2013
Posts: 32
 

Default Re: Adding a BCC email address to customer order completed

Well there she blows! Now I will attempt to add:

$myBcc = ( strpos($mail_message, '<!-- ORDER COMPLETE -->')===false ) ? '' : "Bcc: YOUR_ID@trustpilotservice.com".$lend;
$headers = "From: ".$company_mail_from.$lend.$myBcc."X-Mailer: X-Cart".$lend."MIME-Version: 1.0".$lend.$message_header;

to the file. does it matter exactly where it goes?
__________________
X-Cart Version: 4.5.4
Reply With Quote