[PHP] Sending out mass mail without having timeout problems ..

2001-12-11 Thread bain
Hi all I've been working on a system for our company that uses MySQL to grab user data and then send personalized mail to them once a month. currently I step thought the mysql result mailling one mail per return. as you can imagine .. my script timeout value is sitting on 24hours to allow all

Re: [PHP] Sending out mass mail without having timeout problems ..

2001-12-13 Thread bain
On Thu, 2001-12-13 at 23:13, jimtronic wrote: > > Wouldn't it be easier (better) to create a sendmail alias include > file that has all the addresses in it and let sendmail or majordomo > or qmail or whatever handle it? > > I'm not knocking your method as much as I'm looking for the pros and