PHP Classes

HTML message

Recommend this page to a friend!

      eMail  >  All threads  >  HTML message  >  (Un) Subscribe thread alerts  
Subject:HTML message
Summary:Missing characters in HTML message
Messages:1
Author:Leon
Date:2008-04-01 19:54:45
 

 


  1. HTML message   Reply   Report abuse  
Picture of Leon Leon - 2008-04-01 19:54:46
I am trying to send a HTML formatted message using following code
$mail->subject("$Subject");
$mail->html("$mailmsg");

$mail->to("$toemail");
// eMail versenden
$mail->send();

whereby $mailmsg is a full page formatted HTML code using:
$mailmsg=<<<END
...
...
END;

The end result in my mailbox misses several characters, example:

<table border=cellspacing=cellpadding=bordercolor=aaaaa width% class=ood>
<tr><td width%%>Klantnummer</td><td width%%> etc.

character missing or corrupted near '=' characters.