Re: [PHP] tracking bulk email

2003-02-04 Thread Lowell Allen
From: Kevin Stone [EMAIL PROTECTED] - Original Message - From: Lowell Allen [EMAIL PROTECTED] I've added an email feature to a content management system that will send plain text email to about 1400 contact addresses. Each contact is sent a separate email with the contact name

RE: [PHP] tracking bulk email

2003-02-04 Thread Leonard Burton
What about making the log a .txt file and not a database? Wouldnt that be quicker? Leonard. -Original Message- From: Lowell Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 7:27 AM To: PHP Subject: Re: [PHP] tracking bulk email From: Kevin Stone [EMAIL PROTECTED

RE: [PHP] tracking bulk email

2003-02-04 Thread Matt Schroebel
-Original Message- From: Lowell Allen [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 12:38 PM To: PHP Subject: [PHP] tracking bulk email (1) My client is nervous about the script failing mid-list and not being able to determine which contacts were sent mail. I need a

Re: [PHP] tracking bulk email

2003-02-04 Thread Lowell Allen
From: Leonard Burton [EMAIL PROTECTED] What about making the log a .txt file and not a database? Wouldnt that be quicker? [snip] Thanks, Kevin. I've put a counter in place within my mail loop. It seems to slow the process, but perhaps not too much. And thanks to Mark McCulligh for

RE: [PHP] tracking bulk email

2003-02-04 Thread Miles Thompson
04, 2003 7:27 AM To: PHP Subject: Re: [PHP] tracking bulk email From: Kevin Stone [EMAIL PROTECTED] - Original Message - From: Lowell Allen [EMAIL PROTECTED] I've added an email feature to a content management system that will send plain text email to about 1400 contact addresses

Re: [PHP] tracking bulk email

2003-02-04 Thread Lowell Allen
From: Matt Schroebel [EMAIL PROTECTED] -Original Message- From: Lowell Allen [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 12:38 PM To: PHP Subject: [PHP] tracking bulk email (1) My client is nervous about the script failing mid-list and not being able to determine

Re: [PHP] tracking bulk email

2003-02-03 Thread Kevin Stone
- Original Message - From: Lowell Allen [EMAIL PROTECTED] To: PHP [EMAIL PROTECTED] Sent: Monday, February 03, 2003 10:37 AM Subject: [PHP] tracking bulk email I've added an email feature to a content management system that will send plain text email to about 1400 contact addresses.

Re: [PHP] tracking bulk email

2003-02-03 Thread Mark McCulligh
I am doing something similar to what you are doing. Sending out a newsletter of about 1500 every month. I have one table that holds every people. I also have a campaign table. Every month I create a new newsletter campaign. The campaign holds things like name of campaign, date sent and location