Re: [PHP] Re: mail() takes too much time

2007-09-03 Thread Stut
Colin Guthrie wrote: Stut wrote: Matthew Lasar wrote: I run pretty simple mail group distribution program that uses php/mysql and the mail() function. I adapted it from an open source script. Most of the time it runs well. But it does take a while to run through all 150 members of the list. So

[PHP] Re: mail() takes too much time

2007-09-03 Thread Colin Guthrie
Stut wrote: > Matthew Lasar wrote: >> I run pretty simple mail group distribution program that uses >> php/mysql and the mail() function. I adapted it from an open source >> script. Most of the time it runs well. But it does take a while to run >> through all 150 members of the list. So I'm half gl

Re: [PHP] Re: mail() takes too much time

2007-09-03 Thread Stut
Matthew Lasar wrote: I run pretty simple mail group distribution program that uses php/mysql and the mail() function. I adapted it from an open source script. Most of the time it runs well. But it does take a while to run through all 150 members of the list. So I'm half glad that I don't have a

Re: [PHP] Re: mail() takes too much time

2007-09-03 Thread brian
Matthew Lasar wrote: I run pretty simple mail group distribution program that uses php/mysql and the mail() function. I adapted it from an open source script. Most of the time it runs well. But it does take a while to run through all 150 members of the list. So I'm half glad that I don't have a

[PHP] Re: mail() takes too much time

2007-09-03 Thread Colin Guthrie
Matthew Lasar wrote: > I run pretty simple mail group distribution program that uses php/mysql > and the mail() function. I adapted it from an open source script. Most > of the time it runs well. But it does take a while to run through all > 150 members of the list. So I'm half glad that I don't ha

[PHP] Re: mail() takes too much time

2007-09-03 Thread Matthew Lasar
I run pretty simple mail group distribution program that uses php/mysql and the mail() function. I adapted it from an open source script. Most of the time it runs well. But it does take a while to run through all 150 members of the list. So I'm half glad that I don't have a list of 1000 people

[PHP] Re: mail() takes too much time

2007-09-02 Thread Colin Guthrie
Stut wrote: > Unless your script is actually hanging for the 4-6 hours this problem > has nothing to do with PHP. > > How mail is delivered depends on the OS you are using, but usually it > will get passed to a local MTA which then handles delivering it, at > which point PHP involvement ends. > >