Author Topic: excla ! mation marks in html-output  (Read 1469 times)

0 Members and 1 Guest are viewing this topic.

klunzzt

  • Guest
excla ! mation marks in html-output
on: Sat, 13. December 2003 - 11:41:27
The code underneath generates xclamation marks (just one or two) at random in html part of email body.
I'm running vLIB_4-0-2-2.

Code: [Select]
$htmlbody = htmlstyle type=text/css        .tet  font-family Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size 10px;  letter-spacing 1px;  color #3B3B3B;  padding-left 12px;    .teta  font-family Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size 10px;  letter-spacing 1px;  color #3B3B3B;   A  font-family Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size 10px;  letter-spacing 1px;  color navy;  text-decoration none; AHOVER  font-family Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size 10px;  letter-spacing 1px;  color maroon;  text-decoration underline; /stylebodyTABLEtrtd CLASS=tet valign=topBBeste .$klant_naam.,/BBRBRHartelijk dank voor je bestelling.BRWe zullen de artikelen zo snel mogelijk verzenden.BRBRControleer onderstaande gegevens.BRBij onjuistheden neem contact met ons op A [email protected]@something.nl/ABRBRmet vriendelijke groetBRsomethingBRBRBR.$klantgegevens.BRBR/tdtd width=450 CLASS=tet valign=topBRBRBR.$cadeautje./TD/TRTRTD colspan=2 class=tetTABLETRtd CLASS=teta.$product1./TD/TRTRtd CLASS=teta.$product2./TD/TRTRtd CLASS=teta.$product3./TD/TRTRtd CLASS=teta.$product4./TD/TRTRtd CLASS=teta.$product5./TD/TRTRtd CLASS=teta.$product6./TD/TRTRtd CLASS=teta.$product7./TD/TRTRtd CLASS=teta.$product8./TD/TRTRtd CLASS=teta.$product9./TD/TRTRtd CLASS=teta.$product10./TD/TR/TABLE/TD/TR/TABLE/body/html;



include_once../vLIB_4-0-2-2/vlibMimeMail.php;

$mail= new vlibMimeMail; // create the mail

$mail-to$klant_email;

$mail-bcc'[email protected]', 'bestelling';

$mail-bcc'[email protected]', 'bestelling';

$mail-from'[email protected]', 'something';

$mail-subject'bestelling something';

$mail-htmlBody$htmlbody;

$mail-send;

klunzzt

  • Guest
excla ! mation marks in html-output
Reply #1 on: Mon, 15. December 2003 - 11:41:18
Adding a couple of new lines,
 in the html output helps...