Re: [PHP] Re: Multiple Addresses Mailer

2002-10-31 Thread -[ Rene Brehmer ]-
Hi Manuel Lemos,

On Wed, 30 Oct 2002 18:03:13 -0300, you wrote about [PHP] Re: Multiple
Addresses Mailer something that looked like this:

 I want to be able to send mail so that each recipient thinks that this 
 mail was ONLY sent to him/her.

Put all recipients in the Bcc: instead of To: header.

You'll still need something in the To: field ... something valid too that
is...


-- 
Rene Brehmer
System developer in the making...

This message was written on 100% recycled spam.

Come see! My brand new site is now online!
http://www.metalbunny.net

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




[PHP] Re: Multiple Addresses Mailer

2002-10-30 Thread Manuel Lemos
Hello,

On 10/30/2002 04:47 PM, Pushpinder Singh Garcha wrote:

Hi All

I am creating a mailing list system in which I should be able to 
broadcast a message to  multiple recipients
I am using the mail() function and putting all the recipients names in 
the to argument separated by commas. When I do this the mail goes to 
all the people but they come to know that it was sent to others as well.

I want to be able to send mail so that each recipient thinks that this 
mail was ONLY sent to him/her.

Put all recipients in the Bcc: instead of To: header.


--

Regards,
Manuel Lemos


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