Page 1 of 1

Number Of mails we can send at a time

Posted: Thu Oct 12, 2006 2:18 am
by paresh
Hello experts,

Please tell me that,

To how many addresses we can send email at once.


Thanks in advance

pareshkendre
paresh@panaceatek.com

Posted: Thu Oct 12, 2006 4:49 am
by impulse()
I'm not an expert but I'm assuming it depends on the mail server, or in the case of the PHP

Code: Select all

mail()

function, the quality of the CPU.

Posted: Thu Oct 12, 2006 7:35 am
by feyd
There's no limit in PHP, but in the mail server or CPU or some other bottleneck generally outside your control as ~impulse() stated.

Posted: Thu Oct 12, 2006 8:07 am
by ibbo
Generally you will get away with 100 BCC's although on occasion you may get more. You know when you sent too many because your ISP will bounce them all straight back to you.

ibbo