Re: [PHP] RE: header data being inserted into message

2006-01-19 Thread Richard Lynch
On Tue, January 17, 2006 9:12 am, ET Support wrote: > I am having a problem using PHP's mail function to send mail via BCC > to > multiple recipients. Here's my code; > -- > $get_emails = pg_exec($dbh,"SELECT email FROM mailing_list WHERE conf > = 1"); > $count =

RE: [PHP] RE: header data being inserted into message

2006-01-18 Thread ET Support
ot; Thanks for the input! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 11:29 AM To: ET Support Subject: RE: [PHP] RE: header data being inserted into message what you're showing indicates that an MTA is getting confused about th

RE: [PHP] RE: header data being inserted into message

2006-01-18 Thread ET Support
rking then maybe I'll go to majordomo2. Anyone else have some advice for me here? Thanks, Ben -Original Message- From: Richard Correia [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 12:37 PM To: ET Support Cc: php-general@lists.php.net Subject: Re: [PHP] RE: header data bein

Re: [PHP] RE: header data being inserted into message

2006-01-17 Thread Richard Correia
Hey, You can use the readymase mailer class from http://www.weberdev.com/get_example-462.html and http://www.weberdev.com/get_example-3724.html Thanks Richard On 1/17/06, ET Support <[EMAIL PROTECTED]> wrote: > > Hello all, > > I am having a problem using PHP's mail function to send mail via

[PHP] RE: header data being inserted into message

2006-01-17 Thread ET Support
Hello all, I am having a problem using PHP's mail function to send mail via BCC to multiple recipients. Here's my code; -- $get_emails = pg_exec($dbh,"SELECT email FROM mailing_list WHERE conf = 1"); $count = pg_numrows($get_emails); $bcc_count = $envelope_count