On Friday 28 June 2002 18:59, Evan wrote: > What is best: > 1) calling n-times the function mail() [with n = numer of emails] or > 2) calling 1 time mail() and use CC > ? > Or it it is the same thing?
1) will send mail out n times 2) will send mail out once, but everyone gets to see who the other recipients are. You may want to consider using Bcc. However your MTA may impose a limit on the number of recipients that can in placed in Cc/Bcc. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Blinding speed can compensate for a lot of deficiencies. -- David Nichols */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php