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

2001-12-27 Thread Paul Roberts
rsday, December 27, 2001 6:02 PM Subject: Re: [PHP] Sending out mass mail without having timeout problems .. > > > >Subject: [PHP] Sending out mass mail without having timeout problems > .. > > Hi, > > Too much trouble to write who wrote what when. Someone suggested using an

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

2001-12-27 Thread Jesus Maria Bianco T.
only works on *nix Boxes, I don't think that will work under M$ windows. Bye, At 12:02 PM -0600 27/12/01, Peter wrote: > > > >Subject: [PHP] Sending out mass mail without having timeout problems >.. > >Hi, > >Too much trouble to write who wrote what when. Someo

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

2001-12-27 Thread Peter
> > >Subject: [PHP] Sending out mass mail without having timeout problems .. Hi, Too much trouble to write who wrote what when. Someone suggested using an alias but that's not always doable. I had an app that read from a live rdbms and sent out emails. I sent each email to sendm

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

2001-12-19 Thread Robert V. Zwink
Subject: [PHP] Sending out mass mail without having timeout problems .. 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 yo

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

2001-12-14 Thread Paul Roberts
ROTECTED]> To: "Paul Roberts" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 9:13 PM Subject: Re: [PHP] Sending out mass mail without having timeout problems .. > > Wouldn't it be easier (better) to create a sendmail alias inc

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

2001-12-14 Thread Kevin Stone
You might try something like this. First estimate the number of emails that you can send out in 30 seconds (or however long the timeout is). Hard code that value into your script. Use the location header method to redirect the script back to its self sending along a new variable $row in the GET

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

2001-12-13 Thread Andrew Brampton
ECTED]> Cc: "php general list" <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 10:12 PM Subject: Re: [PHP] Sending out mass mail without having timeout problems .. > On Thu, 2001-12-13 at 23:13, jimtronic wrote: > > > > Wouldn't it be easier (better) to

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

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

2001-12-13 Thread jimtronic
that are sent out) > >Paul Roberts >[EMAIL PROTECTED] > >- Original Message - >To: "bain" <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Sent: Tuesday, December 11, 2001 8:39 AM >Subject: [PHP] Sending out mass mail wi

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

2001-12-13 Thread Paul Roberts
out) Paul Roberts [EMAIL PROTECTED] - Original Message - To: "bain" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December 11, 2001 8:39 AM Subject: [PHP] Sending out mass mail without having timeout problems .. -- PHP Gene

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

2001-12-12 Thread Andrey Hristov
m BALANCED SOLUTIONS - Original Message - From: "bain" <[EMAIL PROTECTED]> To: "php general list" <[EMAIL PROTECTED]> Sent: Tuesday, December 11, 2001 10:41 AM Subject: [PHP] Sending out mass mail without having timeout problems .. > Hi all > >

[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