pear mail function bcc won't send
问题 I copied a code for PEAR mail from a website, and input my data. It works. It sends mail, however, I want to use bcc to send to a lot of people and keep their addresses anonymous, and it will send to the $to recipients, but not the $bcc. The code: <?php $message = "yay email!"; require_once("Mail.php"); $from = 'myaddress@mysite.com '; $to = "anadress@gmail.com"; $bcc = "thepeopleimemailing@yaddayadda.com"; $subject = " test"; $body = $message; $host = "smtp.mysite.com"; $username =