Re: [PHP] Maximum number of emails in mail() command

2005-02-21 Thread Ville Mattila
The Question: I know I can specify multiple email addresses in the BCC field by comma delineating them. But I'm wondering if there is an upper limit to how many email addresses can be attached this way. Is there any upper limit? Are there performance considerations? Is the limit within PHP or

Re: [PHP] Maximum number of emails in mail() command

2005-02-21 Thread AdamT
I don't know about PHP, but the maximum number of recipients per message is configurable in your mail server's SMTP MTA. Also note that if you send a message to 2,000 people at a foreign domain, their server may reject it if they have their limit set to <2,000. -- AdamT "Justify my text? I'm so

Re: [PHP] Maximum number of emails in mail() command

2005-02-21 Thread Bostjan Skufca @ domenca.com
Mailserver is the limit. regards, B On Monday 21 February 2005 10:22, Dave wrote: > PHP General, > > The Situation: > I would like to set up a few newsletters that goes out to people > listed in a MySQL database by sending the message from a web form > generated by PHP. The mail will be

[PHP] Maximum number of emails in mail() command

2005-02-21 Thread Dave
PHP General, The Situation: I would like to set up a few newsletters that goes out to people listed in a MySQL database by sending the message from a web form generated by PHP. The mail will be sent out using the mail() command. Most of the newsletters that users can subscribe to are unl