PHP Mail, CC Field
Add this while declaring headers:
$headers .= 'Cc: [email protected]' . "\r\n";
Add $header .= "CC: ".$cc."\r\n";
after the Reply-To
-line.
http://www.w3schools.com/PHP/func_mail_mail.asp
Add this while declaring headers:
$headers .= 'Cc: [email protected]' . "\r\n";
Add $header .= "CC: ".$cc."\r\n";
after the Reply-To
-line.
http://www.w3schools.com/PHP/func_mail_mail.asp