How do I use the mail() command to send an e-mail with a Bcc:?
I've tried putting both e-mail addressing in the "to" area seperated by commas, but then both addresses show up in the e-mail header, as a "To: xxx@xxx.com"
I can do this using the SMTP class, but am having problems due to relaying so would like to use mail() instead if possible.
(i.e. my server requires that you log in and retreive mail before sending mail and I don't want my program to retreive the mail and then have to deal with forwarding it again)