Number Of mails we can send at a time

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
paresh
Forum Newbie
Posts: 6
Joined: Mon Oct 09, 2006 3:46 am
Contact:

Number Of mails we can send at a time

Post 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
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
ibbo
Forum Commoner
Posts: 51
Joined: Tue Sep 19, 2006 6:20 am

Post 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
Post Reply