// set up mail details $mail_to = "info@test.com";//primary email address $mail_from = stripslashes($_POST['Customer_Email']); $mail_subject = "Order Confirmation"; $mail_headers = "FROM: $mail_from\r\n"; //added additional recipient
$mail_headers .= "CC: $cc\r\n";
// set up mail details $mail_to = "info@*******.co.uk";//Primary email address $mail_from = stripslashes($_POST['Customer_Email']); $mail_subject = "Order Confirmation"; $mail_headers = "FROM: $mail_from\r\n"; $mail_headers .= 'Cc: orderconf@*********'. "\r\n"; //added additional recipient $mail_body = $strBody;