I got both CC and BCC working....here is my syntax:
$headers .= "From: $sender\r\n";
$headers .= "Return-Path: fdost@bla.com\r\n";
$headers .= "Cc:fdost@bla.com\r\n";
$headers .= "Bcc:fdost@bla.com\r\n";
I used to have a space after : in cc and bcc...
well CC is not working either ;) i don't remeber if it woked for me in older php version or not. and even if it did i could not use it...because of the reason you mentioned.
Thanks for your help
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.