Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am running php 4.2.1 on WIn2k ser

Status
Not open for further replies.

DaveShaw

Programmer
Jul 9, 2001
35
0
0
GB
I am running php 4.2.1 on WIn2k server with IIS and i am trying to send out many e-mails to a lot of people. The flaw is each person cannot know who else recieved the email. I AM NOT A F*CKIN SPAMMER!!!!

this is the first part of my code for the headers.

The e-mails are send to the To: Person Fine just not to the Bcc Person.

$headers = &quot;From: $sender <$sender_email>\r\n&quot;;
$headers.= &quot;Bcc: $bcc\r\n&quot;;
$headers.= &quot;Reply-To: $sender_email\r\n&quot;;
$headers.= &quot;X-Sender: $sender_email\r\n&quot;;

Can Any One spot a problem or help. Thanx Dave Shaw!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top