Unless I'm completely mistaken, the BCC field will not show up when the email is 
delivered.

Robbert van Andel 
===============================



-----Original Message-----
From: Tim Thorburn [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 1:19 PM
To: [EMAIL PROTECTED]
Subject: [PHP] mass mail and selected mailings


Hi,

I've just been asked by a client to create a mass mail program in PHP which 
the client can use to send a single message to everyone in it's email 
database, but also have the option to select which email address the 
message will go to.

I've done a simple script like this before which basically loops through 
the database, selects all the email addresses, and then sends out one big 
message.  The problem with that one, was that the To: field listed all the 
email addresses that were sent.  For obvious reasons, they do not want all 
email addresses included within the To:, CC:, or Bcc: fields.

Using PHP's mail() function, is it possible to conceal the email addresses 
being sent?  If there are not, are there any PHP/MySQL based applications 
that will do this?  Keeping in mind that I am using a shared hosting 
provider and do not have direct access to the server itself.

Thanks
-Tim



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to