How do I make a bcc mail? If I send that mail, It shows me all the recipients!
$to=array(); $members_query = mysql_query(\"select email from members\"); whil
CC and BCC can be sent as headers (see: http://php.net/manual/en/function.mail.php).
You can also use other mail libraries - the PEAR Mail library makes sending emails a little more object-oriented. http://pear.php.net/package/Mail/redirected