[PHP-DB] Re: Mail problem

2003-11-24 Thread Kim Steinhaug
Well, i've developed such a system, MarketMAX. And ill just give you a little tip here : 1. Dont use BCC field, it look bad and your not able to populate the emails from your database, eg. Dear %username% Ofcourse if your bulksend the same message, always, then BCC could spare your

[PHP-DB] Re: Mail problem

2003-08-01 Thread Craig Roberts
It might be a good idea to set a cron job to send say, 100 at a time over the space of a few hours, to avoild killing the mail server or the server blocking connections from you. Also - use the BCC field to send the mail, this means only one connection will need to be made to the mail server per

RE: [PHP-DB] Re: Mail problem

2002-10-03 Thread Snijders, Mark
: Mak [mailto:[EMAIL PROTECTED]] Sent: woensdag 2 oktober 2002 16:48 To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: Mail problem Beware though...if there are too many addresses in the db, you may encounter timeouts, or your browser may crash (very likely). Increase the timeout before you do

[PHP-DB] Re: Mail problem

2002-08-11 Thread JJ Harrison\\
maybe use a for loop and mail command. should work Or put all the addresses in a CC/BCC field maybe sending every 100 emails to prevent a mail overload/blockage due to to many recipients etc. Hint: look here: http://www.php.net/manual/en/language.variables.php and you can find a way to

[PHP-DB] Re: Mail problem

2002-08-04 Thread Georgie Casey
maybe use a for loop and mail command. should work Unknown Sender [EMAIL PROTECTED] wrote in message 002701c23924$da9b1e40$539f4dd5@administrator">news:002701c23924$da9b1e40$539f4dd5@administrator... Sorry to be a little bit off topic. I need a tool or script in PHP, that will automaticaly send