SV: [PHP] Sending alots of mail

2001-08-16 Thread Jimmy Bäckström
Hmm I knew that =) I just wondered if it's such a good idea. 5000 mail is very much you know. /Jimmy - Original Message - From: Tyler Longren [EMAIL PROTECTED] To: Jimmy Bäckström [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 6:25 PM Subject: Re: [PHP] Sending

Re: SV: [PHP] Sending alots of mail

2001-08-16 Thread Tyler Longren
Yeah...probably too much. Sending 5000 individual e-mails would really bog the system down...no matter what it is. Personally, I wouldn't do it. Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com On Thu, 16 Aug 2001 18:34:11 +0200 Jimmy Bäckström [EMAIL

Re: SV: [PHP] Sending alots of mail

2001-08-16 Thread Tim
I have a system where we send periodic batches of 60,000 messages at a time, so it's definitely doable. It helps to put some throttling in there (i.e. a sleep() periodically) to be kind to your e-mail server. - Tim On 16 Aug 2001 18:34:11 +0200, Jimmy Bäckström wrote: Hmm I knew that =) I

SV: [PHP] Sending alots of mail

2001-08-16 Thread Jimmy Bäckström
Hmm that's what I thought about. But I think the system I'll be using uses qmail. I've heard that qmail does things better than sendmail? /Jimmy - Original Message - From: Daniel Adams [EMAIL PROTECTED] To: Jimmy Bäckström [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, August

Re: SV: [PHP] Sending alots of mail

2001-08-16 Thread PHP List
all out. No one else had this problem? - Original Message - From: Tim [EMAIL PROTECTED] To: Jimmy Bäckström [EMAIL PROTECTED] Cc: Tyler Longren [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 9:39 AM Subject: Re: SV: [PHP] Sending alots of mail I have a system where

RE: SV: [PHP] Sending alots of mail

2001-08-16 Thread Tom Hodder
sendmail processes when there are less than certain number of sendmails runnning to balance the load. -Original Message- From: Tim [mailto:[EMAIL PROTECTED]] Sent: 16 August 2001 17:39 To: Jimmy Bäckström Cc: Tyler Longren; [EMAIL PROTECTED] Subject: Re: SV: [PHP] Sending alots of mail I

SV: [PHP] Sending alots of mail

2001-08-16 Thread Jimmy Bäckström
Can't you queue mails somehow? So that all mails isn't sent at the same time? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: SV: [PHP] Sending alots of mail

2001-08-16 Thread Daniel Adams
I've heard that qmail is better for a lot of things and easier to configure, but I've never actual used it. Perhaps I'll give it a try next time i set one up. - Dan On Thu, 16 Aug 2001, Jimmy Bäckström wrote: Hmm that's what I thought about. But I think the system I'll be using uses

Re: SV: [PHP] Sending alots of mail

2001-08-16 Thread Daniel Adams
PROTECTED] To: Jimmy Bäckström [EMAIL PROTECTED] Cc: Tyler Longren [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 9:39 AM Subject: Re: SV: [PHP] Sending alots of mail I have a system where we send periodic batches of 60,000 messages at a time, so it's definitely

Re: SV: [PHP] Sending alots of mail

2001-08-16 Thread Dennis Moore
control. Then write your scripts to integrate the two. /dkm - Original Message - From: Daniel Adams [EMAIL PROTECTED] To: Jimmy Bäckström [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 1:30 PM Subject: Re: SV: [PHP] Sending alots of mail I've heard that qmail

Re: SV: [PHP] Sending alots of mail

2001-08-16 Thread Sheridan Saint-Michel
Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: Daniel Adams [EMAIL PROTECTED] To: PHP List [EMAIL PROTECTED] Cc: php [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 12:31 PM Subject: Re: SV: [PHP] Sending alots of mail Actually I remember that I did have

SV: SV: [PHP] Sending alots of mail

2001-08-16 Thread Jimmy Bäckström
? Sheridan Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: Daniel Adams [EMAIL PROTECTED] To: PHP List [EMAIL PROTECTED] Cc: php [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 12:31 PM Subject: Re: SV: [PHP] Sending alots of mail