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