Hi all,
Was wondering if anyone's figured out a way to make BCC addresses appear in the To: field with the mail() function. Let me clarify that, in a news/articles posting script I'm working on I'm sending notifications of new article postings to users that have indicated interest.
Since I don't want recipients to see anyone else's addresses, I'm using BCC headers to do the actual sending. What would be nice is if I can figure out a way to place each recipients email in the To: field instead of having a blank or generic "no-reply" address.
Using the IMAP mail functions is unfortunately not an option as the host I'm developing for currently does not have IMAP support enabled. Any ideas would be appreciated!!
-geoff