I was just wondering if it was possible with the following line of code to send Bcc email? .... and if it is possible to send bcc email with PHP how do I do it?
<?php
mail($to_email_address, $subject, $message,"From: webmaster@$HTTP_HOST\nReply-To: $from_email_address\nX-Mailer: PHP/" . phpv
ersion());
?>