Re: [PHP] bulk mail

2002-08-27 Thread Justin French
on 28/08/02 9:17 AM, Pupeno ([EMAIL PROTECTED]) wrote: > I know a lot has been discussed in this topic, but I still don't find any > solution. > What I want to do is send a lot of mails triggered from a web page using > php. > I've found diferent solutions but all of them has some problem: > 1)

[PHP] bulk mail

2002-08-27 Thread Pupeno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I know a lot has been discussed in this topic, but I still don't find any solution. What I want to do is send a lot of mails triggered from a web page using php. I've found diferent solutions but all of them has some problem: 1) using set_time_limit

Re: [PHP] bulk mail()

2002-06-14 Thread Justin French
on 15/06/02 5:32 AM, Pawel ([EMAIL PROTECTED]) wrote: > You're using something like mysql_fetch_array and not querying the db 120 > times I hope. of course! :) > The time your MTA takes to process the emails has nothing to do with this. > 120 calls to mail() should not time out, maybe you have

RE: [PHP] bulk mail()

2002-06-14 Thread Pawel
> > -Original Message- > > From: Justin French [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, June 12, 2002 6:45 AM > > To: php > > Subject: [PHP] bulk mail() > > > > > > Hi all, > > > > I've got a mailing on a website,

RE: [PHP] bulk mail()

2002-06-14 Thread Jeff Field
ailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 12, 2002 6:45 AM > To: php > Subject: [PHP] bulk mail() > > > Hi all, > > I've got a mailing on a website, with email address' / names / etc in a > MySQL table. > > I think there's around 120 on it at

Re: [PHP] bulk mail()

2002-06-12 Thread Paul Roberts
PROTECTED] - Original Message - From: "Niklas Lampén" <[EMAIL PROTECTED]> To: "Php-General" <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 1:08 PM Subject: RE: [PHP] bulk mail() One solution could be this: You only need on page for this: 1) create

Re: [PHP] bulk mail()

2002-06-12 Thread 1LT John W. Holmes
: "Justin French" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 7:44 AM Subject: [PHP] bulk mail() > Hi all, > > I've got a mailing on a website, with email address' / names / etc in a > MySQL table. > > I

RE: [PHP] bulk mail()

2002-06-12 Thread Niklas Lampén
: php Subject: [PHP] bulk mail() Hi all, I've got a mailing on a website, with email address' / names / etc in a MySQL table. I think there's around 120 on it at the moment. I've been noticing a growing lag on the sending of mail though... I've got a script which takes a me

[PHP] bulk mail()

2002-06-12 Thread Justin French
Hi all, I've got a mailing on a website, with email address' / names / etc in a MySQL table. I think there's around 120 on it at the moment. I've been noticing a growing lag on the sending of mail though... I've got a script which takes a message from a form, then runs a while loop through the