I wrote the following script:
// first mail
$mail - to$adminMail, $hdName;
$mail - from$rowu_mail, $rowu_name;
$mail - subject$adminSubject;
$mail - htmlbody$body;
echo prebr;
echo htmlentities$mail-get;
echo /prebrbr;
$mail - clearTo;
// 2nd mail
$mail - to'[email protected]', 'Kunde, Test';
$mail - from$adminMail, $hdName;
$mail - subject$userSubject;
$mail - htmlbody$body;
echo prebr;
echo htmlentities$mail-get;
echo /prebrbr;
The first mail is no problem.
But the second is send 3 times:
---
To: "schul-PHD" <[email protected]>,Array,"Kunde, Test" <[email protected]>Subject: [HelpDesk #23]: Ihr Case vom Mon, 12. Aug 2002 - 14:10
From: "schul-PHD" <
[email protected]>
Mime-Version: 1.0
Content-Type: multipart/mixed;
boundary="--654f17a5f93a372ec2e350dc565d81ba"
Content-Transfer-Encoding: 7bit
X-Mailer: vlibMimeMail
---
I use "vLIB_3-0-5.zip" with the following line in vlibMimeMail:
// $Id vlib.vlibMimeMail.3.0.2 21/07/2002 $
What is not working?
Best regards,
Claus
[size=8][ This Message was edited by: ClausVB on 2002-08-12 13:19 ][/size]
[size=8][ This Message was edited by: ClausVB on 2002-08-13 11:49 ][/size]