i have an email script...it only sends to the To: not to the added headers -- explanation of script::
i sort the addresses into two lists, emails are built based on whether or not the users have performed some action. i build a comma delimited string of email addresses that are inserted into $header which is the headers argument of my mail() the To: is the sites' email address --and for a test i have a hotmail acct that i have acting in the place of a bcc address --i checked the contents of the bcc var with an echo and the address appears just so but when i check the mail it is not there...also i send a cc to the same address as the To: and it never arrives either although the mail has the cc listed in the header of the mail
what is up .....
-- i can post a snippet to see if anyone needs it