Embarrassing, isn't it?
Do you have a loop building messages, with something like
$msgbody .= $data_to_send
THat little " . " caught me. I was emailing usernames and passwords --
fortunately it was an obvious error.
Miles
At 01:22 PM 3/7/01 -0500, WreckRman2 wrote:
>I wrote a small script l
else {
?>
-Original Message-
From: David Smith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 1:49 PM
To: Chris Lee; [EMAIL PROTECTED]
Subject: RE: [PHP] email with multiple records
Thanks, I should have drop a code snippet in there... My problem was the
Thanks, I should have drop a code snippet in there... My problem was the .=
-Original Message-
From: Chris Lee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 11:39 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] email with multiple records
suppy a code snippit and I would have
suppy a code snippit and I would have a huge advantage here, but I'll swing in the
dark on this ok.
your looping all this in a for/while/foreach loop right. your generating the body like
this ?
foreach($people as $pos => $val)
{
$email_body .= 'name is '. $people[$pos]['name'] ."\n";
4 matches
Mail list logo