RE: [PHP-DB] sending bulk emails

2001-11-03 Thread Robert Klinkenberg
Always nice to know when something is not too serious :-). -Oorspronkelijk bericht- Van: Rick Emery [mailto:[EMAIL PROTECTED]] Verzonden: Friday, November 02, 2001 5:05 PM Aan: PHP DB list Onderwerp: RE: [PHP-DB] sending bulk emails my comment was humor. we've already explored

[PHP-DB] sending bulk emails

2001-11-02 Thread Cami
Hi guys, Does anybody know how to send bulk emails using php? Thanks, Cami -- PHP Database 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: [PHP-DB] sending bulk emails

2001-11-02 Thread Russ Michell
Does anybody know how to send bulk emails using php? Don't do it!! But of you must - I guess you could build an array containing email addresses, names, etc - taken from form input or a database or whatever and then loop the arrays mailing people... $mail = mail(; for($i=0;

RE: [PHP-DB] sending bulk emails

2001-11-02 Thread Rick Emery
Opswe've just armed a potential spammer... -Original Message- From: Russ Michell [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 6:20 AM To: Cami Cc: PHP DB list Subject: Re: [PHP-DB] sending bulk emails Does anybody know how to send bulk emails using php? Don't do

Re: RE: [PHP-DB] sending bulk emails

2001-11-02 Thread Russ Michell
:15 -0600 Rick Emery [EMAIL PROTECTED] wrote: Opswe've just armed a potential spammer... -Original Message- From: Russ Michell [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 6:20 AM To: Cami Cc: PHP DB list Subject: Re: [PHP-DB] sending bulk emails Does

RE: RE: [PHP-DB] sending bulk emails

2001-11-02 Thread Rick Emery
Nov 2001 07:26:15 -0600 Rick Emery [EMAIL PROTECTED] wrote: Opswe've just armed a potential spammer... -Original Message- From: Russ Michell [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 6:20 AM To: Cami Cc: PHP DB list Subject: Re: [PHP-DB] sending bulk

SV: RE: [PHP-DB] sending bulk emails

2001-11-02 Thread Trond Erling Hundal
. Don't ruin this poor guy's experience. -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Pa vegne av Russ Michell Sendt: 2. november 2001 14:34 Til: Rick Emery Kopi: PHP DB list Emne: Re: RE: [PHP-DB] sending bulk emails Hmmm this is true - but as someone

RE: RE: [PHP-DB] sending bulk emails

2001-11-02 Thread Rick Emery
list Subject: SV: RE: [PHP-DB] sending bulk emails I say. Help those who want to be helped. Or else, don't bother. And if they complain, format their harddrive. eh... Come on guys.. don't you remember the first time you made a spam-script/newsletter-script?? ...the feeling you felt when all

RE: [PHP-DB] sending bulk emails

2001-11-02 Thread Jason G.
we've just armed a potential spammer... -Original Message- From: Russ Michell [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 6:20 AM To: Cami Cc: PHP DB list Subject: Re: [PHP-DB] sending bulk emails Does anybody know how to send bulk emails using php? Don't do

Re: RE: [PHP-DB] sending bulk emails

2001-11-02 Thread Shane Wright
: Russ Michell [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 7:34 AM To: Rick Emery Cc: PHP DB list Subject: Re: RE: [PHP-DB] sending bulk emails Hmmm this is true - but as someone once wrote on this list: If someone want's to build a car with 4 reverse gears, we can tell them

RE: RE: [PHP-DB] sending bulk emails

2001-11-02 Thread Cami
Oh dear, Please do not worry. I would never send spam emails. One of my clients for which I am developing a database want to be able to send his members emails . The problem would have been simple if he had a few members but he has tens of tousands. So with some help from some of you and

RE: [PHP-DB] sending bulk emails

2001-11-02 Thread Robert Klinkenberg
) don't like. Robert Klinkenberg -Oorspronkelijk bericht- Van: Rick Emery [mailto:[EMAIL PROTECTED]] Verzonden: Friday, November 02, 2001 2:26 PM Aan: PHP DB list Onderwerp: RE: [PHP-DB] sending bulk emails Opswe've just armed a potential spammer... -- PHP Database Mailing List

RE: [PHP-DB] sending bulk emails

2001-11-02 Thread Rick Emery
my comment was humor. we've already explored and killed this thread. -Original Message- From: Robert Klinkenberg [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 9:44 AM To: 'Rick Emery'; PHP DB list Subject: RE: [PHP-DB] sending bulk emails Interesting, instead of blocking

SV: [PHP-DB] sending bulk emails

2001-11-02 Thread Trond Erling Hundal
Come on ppl! You can't seriously say that we have become evil creatures luring idees on the list..? come on man! -Opprinnelig melding- Fra: Rick Emery [mailto:[EMAIL PROTECTED]] Sendt: 2. november 2001 17:05 Til: PHP DB list Emne: RE: [PHP-DB] sending bulk emails my comment

RE: [PHP-DB] sending bulk emails

2001-11-02 Thread Jonathan Hilgeman
: [PHP-DB] sending bulk emails Does anybody know how to send bulk emails using php? Don't do it!! But of you must - I guess you could build an array containing email addresses, names, etc - taken from form input or a database or whatever and then loop the arrays mailing people... $mail = mail

SV: [PHP-DB] sending bulk emails

2001-11-02 Thread Trond Erling Hundal
) { echo ERROR could not update: $to - $go_addbr ; } } end of while... ? -Opprinnelig melding- Fra: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]] Sendt: 2. november 2001 17:19 Til: '[EMAIL PROTECTED]'; Cami Kopi: PHP DB list Emne: RE: [PHP-DB] sending bulk emails

Re: [PHP-DB] sending bulk emails

2001-11-02 Thread Shane Wright
Michell [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 4:20 AM To: Cami Cc: PHP DB list Subject: Re: [PHP-DB] sending bulk emails Does anybody know how to send bulk emails using php? Don't do it!! But of you must - I guess you could build an array containing email addresses

Re: [PHP-DB] sending bulk emails - mail() success/failure

2001-11-02 Thread DL Neil
Shane, You said: - IMO better this way than a short-timeout script - sending one email can sometimes take ages (long DNS lookup, slow connection to the host, etc...) - The mail() entry in the manual does say that it returns a boolean for send success/failure, however none of the

Re: [PHP-DB] sending bulk emails

2001-11-02 Thread Bill Morrow
list Subject: Re: [PHP-DB] sending bulk emails Does anybody know how to send bulk emails using php? Don't do it!! But of you must - I guess you could build an array containing email addresses, names, etc - taken from form input or a database or whatever and then loop the arrays