Re: [PHP] mass mail and selected mailings

2003-03-18 Thread -{ Rene Brehmer }-
On Tue, 18 Mar 2003 16:19:28 -0500, Tim Thorburn wrote about "[PHP] mass mail and selected mailings" what the universal translator turned into this: >I've just been asked by a client to create a mass mail program in PHP which >the client can use to send a single message to e

RE: [PHP] mass mail and selected mailings

2003-03-18 Thread Van Andel, Robbert
[PHP] mass mail and selected mailings Hi, I've just been asked by a client to create a mass mail program in PHP which the client can use to send a single message to everyone in it's email database, but also have the option to select which email address the message will go to. I've

[PHP] mass mail and selected mailings

2003-03-18 Thread Tim Thorburn
Hi, I've just been asked by a client to create a mass mail program in PHP which the client can use to send a single message to everyone in it's email database, but also have the option to select which email address the message will go to. I've done a simple script like this before which basica

RE: [PHP] Mass Mail {?!}

2002-04-22 Thread Maxim Maletsky \(PHPBeginner.com\)
: CDitty [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 4:47 AM To: Liam MacKenzie; PHP Subject: Re: [PHP] Mass Mail {?!} How about something like this. This should be all you need. I used something similar to crash my work's email system by accident. :) Whoops. CDitty At

RE: [PHP] Mass Mail {?!}

2002-04-21 Thread Matthew Walker
I'd recommend this script with a few changes. ); for($i=0; $i); } ?> Matthew Walker Senior Software Engineer ePliant Marketing -Original Message- From: CDitty [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 21, 2002 8:47 PM To: Liam MacKenzie; PHP Subject: Re: [PHP] M

Re: [PHP] Mass Mail {?!}

2002-04-21 Thread CDitty
How about something like this. This should be all you need. I used something similar to crash my work's email system by accident. :) Whoops. CDitty At 12:40 PM 4/22/2002 +1000, Liam MacKenzie wrote: >Hey all, >I was just wondering if someone's written a script that will let me send >

[PHP] Mass Mail {?!}

2002-04-21 Thread Liam MacKenzie
Hey all, I was just wondering if someone's written a script that will let me send lots of emails to an address, but with a small pause inbetween emails. And no I'm not using this for spam, I need to test a SMTP server that I'm developing. Thanks for your help!

Re: [PHP] mass mail

2002-02-20 Thread Steve Werby
"Kancha ." <[EMAIL PROTECTED]> wrote: > I've users in a database classified by differnet > catagories. Now based on category I need to send mail > to all the users in a category. > > Calling mail() function in a loop would be a kill for > the server as there are more than 1000 users in each > cate

Re: [PHP] mass mail

2002-02-20 Thread Rambo Amadeus
yas, but that way they all end up in junk filters. Dont use bcc to send you mailing list - Original Message - From: Norbert Eder <[EMAIL PROTECTED]> To: Kancha . <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: 20. veljaèa 2002 13:10 Subject: AW: [PHP] mass mail >

AW: [PHP] mass mail

2002-02-20 Thread Norbert Eder
; Gesendet: Mittwoch, 20. Februar 2002 13:01 > An: [EMAIL PROTECTED] > Betreff: [PHP] mass mail > > > I've users in a database classified by differnet > catagories. Now based on category I need to send mail > to all the users in a category. > > Calling mail() function

[PHP] mass mail

2002-02-20 Thread Kancha .
I've users in a database classified by differnet catagories. Now based on category I need to send mail to all the users in a category. Calling mail() function in a loop would be a kill for the server as there are more than 1000 users in each category. Is there any way of doing this ?? Creating a