
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.