any one use BCC wil MAIL() function?
Posted: Thu Mar 27, 2003 4:39 pm
i am trying to use bcc so i can see if my pitch to the client is having an effect...but trying this does not seem to work:
$headers = "MIME-Version: 1.0\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\n";
$headers .= "From: $fname $lname <$email>\nX-Mailer: PHP Automated Mailer";
$headers .= "bcc: $bcc\n";
what have i got wrong?
TIA
$headers = "MIME-Version: 1.0\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\n";
$headers .= "From: $fname $lname <$email>\nX-Mailer: PHP Automated Mailer";
$headers .= "bcc: $bcc\n";
what have i got wrong?
TIA