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
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
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 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
4 matches
Mail list logo