Better then that is to send the mail to everyone in the list. This way no other user can see the others mail (if you are using the bcc the user can still see all the adresses by looking into the mime of that e-mail) and you may even personalize them in your script ...
-- ------------------------------------------------- Cristian MARIN - Developer InterAKT Online (www.interakt.ro) Tel: +4021 312.53.12 Tel/Fax: +4021 312.51.91 [EMAIL PROTECTED] "Narayanak" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > First, I want to thank whoever takes this on ahead of time. > > I'm just starting to learn php and I had a problem with sending the mail to > multiple users , when i send an email to some users it shows their email > addresses to everyone. I do not want the people receiving the email to see > everybody elses email address that is on the list. > > My Problem is : i want send the same mail to multiple users ,these mail ids > are collected from the database and concatnated with each other by > separating them with commas > > and i was used the mail function as > > mail($to,$subject,$message,$headers) > > where $to='[EMAIL PROTECTED],[EMAIL PROTECTED],...'; > > But my intension is "I do not want the people receiving the email to see > everybody elses email address that is on the list." > If i can use Bcc then only 2 mails goes i.e., to and bcc . > > I don't know how to solve this problem, Please help me anyone > > > Regards > Narayana > > [EMAIL PROTECTED] > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php