Re: [PHP] Re: Mass Mailing Using PHP

2004-09-29 Thread Manuel Lemos
Hello, On 09/28/2004 03:54 AM, Roger Thomas wrote: You may just need to tune qmail to maximize the number of simultaneous deliveries according to the available bandwidth. How do I tune qmail in that manner ? If the answer is too long and complicated, pls flame me softly as this is already OT. Usua

Re: [PHP] Re: Mass Mailing Using PHP

2004-09-28 Thread Paul Bissex
On Tue, 28 Sep 2004 14:54:24 +0800, Roger Thomas <[EMAIL PROTECTED]> wrote: > Quoting Manuel Lemos <[EMAIL PROTECTED]>: > > For this reason, during deliveries of messages to many recipients, it is better to > > pause once in a while to let the queue be fully processed and do not stall other > > p

Re: [PHP] Re: Mass Mailing Using PHP

2004-09-28 Thread Roger Thomas
Quoting Manuel Lemos <[EMAIL PROTECTED]>: > You may just need to tune qmail to maximize the number of simultaneous deliveries > according to the available bandwidth. How do I tune qmail in that manner ? If the answer is too long and complicated, pls flame me softly as this is already OT. > Fo

Re: [PHP] Re: Mass Mailing Using PHP

2004-09-27 Thread Manuel Lemos
Hello, On 09/27/2004 09:02 PM, Roger Thomas wrote: Just let me know which OS and local mailer (Sendmail, qmail, postfix, exim, MS IIS, Exchange, etc..) do you use so I can advise. What do you recommend for Linux and qmail combination ? Please advise. Under Linux qmail or postfix are just fine. Yo

Re: [PHP] Re: Mass Mailing Using PHP

2004-09-27 Thread Roger Thomas
Quoting Manuel Lemos <[EMAIL PROTECTED]>: > Just let me know which OS and local mailer (Sendmail, qmail, postfix, > exim, MS IIS, Exchange, etc..) do you use so I can advise. What do you recommend for Linux and qmail combination ? Please advise. -- roger -

Re: [PHP] Re: Mass Mailing

2003-01-22 Thread Evan Nemerson
Q If it delivers when possible, won't the server flake if it get's 100,000 emails inject into Qmail? If I was to use your class and loop through 100,000 emails into Qmail, will Qmail attempt all at once? A The answer was right above the question... "With qmail you do not have to run the queue lik

Re: [PHP] Re: Mass Mailing

2002-12-26 Thread peter a
Hi. I have myself written a rather clumsy mass mailer in php which queues mail via the sendmail-command. I have found this to be rather slow and ineffective. You are talking about queueing mail directly to the mailqueue, and I wonder, how is that done with php? About making mails not rejected by