Hi,
I try to hide e-mail addresses that I have in $recipients from a database.
when I use:
mail("", $subjet, $content,"BCC: $recipients");
the received mails contains all the e_mail addresses in CC instead of being invisible with BCC...
Any idea about solving this problem?
Thanks!