Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
paresh
Forum Newbie
Posts: 6 Joined: Mon Oct 09, 2006 3:46 am
Contact:
Post
by paresh » Thu Oct 12, 2006 2:18 am
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() » Thu Oct 12, 2006 4:49 am
I'm not an expert but I'm assuming it depends on the mail server, or in the case of the PHP
function, the quality of the CPU.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Oct 12, 2006 7:35 am
There's no limit in PHP, but in the mail server or CPU or some other bottleneck generally outside your control as ~impulse() stated.
ibbo
Forum Commoner
Posts: 51 Joined: Tue Sep 19, 2006 6:20 am
Post
by ibbo » Thu Oct 12, 2006 8:07 am
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