Hello Christian,
On 07-Apr-01 07:29:27, you wrote:
>On Friday 06 April 2001 22:47, you wrote:
>> Hi,
>> Does anyone know if and what the limit is of bcc that can be used in
>> the mail() function? Hundreds, thousands?
>If you wonder about approaching such a limit you'll be better off with a
>real mailinglist manager (mailman, listar, ezmlm, ...)
Mailing list managers do not work differently.
What should be avoided for large number of recipients is using SMTP. It
degrades queueing exponentially with the number of recipients. Just send the
message directly to the local queue. Just using sendmail (or some wrapper)
might do.
Regards,
Manuel Lemos
Web Programming Components using PHP Classes.
Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED]
--
E-mail: [EMAIL PROTECTED]
URL: http://www.mlemos.e-na.net/
PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]