Thank you to notice me regarding TABLE structure. I have to use it inside e-mail.
Regarding script it is issue with SESSION as $variable works but added SESSION will post an error like enclosed image.
Maybe I posted small information and I will add new information details.
Please find issue as image and all TABLE content:
PHP Code:
<body>
$message = <<<MYMESSAGE
<table width="700" bgcolor="#000000" cellspacing="10" cellpadding="0" align="center" border="0">
<tr><td align="center"></td>
</tr>
</table>
<table width="700" bgcolor="#000000" cellpadding="3" cellspacing="0" align="center" border="0">
<tr><td class="" colspan="0" style="">Hello,$_SESSION["var"],</td>;
</tr>
</table>
MYMESSAGE;
</body>
</html>
I have to insert SESSION variable inside template file.