Re: [PHP] Batch E-Mail Problem

2002-08-14 Thread Mirek Novak
Hi, I've solved this problem, if u have cgi version of PHP compiled on your box I can offer simple solution: All e-mails are completely stored into database (MySQL) and are sent using little daemon, also written in PHP, emails can be automaticaly generated or written through web interface, c

[PHP] Batch E-Mail Problem

2002-08-14 Thread Daren Cotter
I have a PHP script that queries a MySQL database, retrieves email addresses, and sends an email to all members of a website. The problem is this: the PHP script times out after sending about 5,000 mailings, and I have to restart it 10 times in order to mail the entire list! This is an ongoing p