Hi all,
I would like to ask you just if it is possible to send this …
<?php <table> <tr> <td width=200>Meno:</td><td>Takeshi</td> </tr> </table> ?>
… via e-mail. So when that enduser recieved this message he will see only text without html tags (<table>,<tr>,…). Thanks
$message->setHtmlBody(…)
voda wrote: $message->setHtmlBody(…)
voda wrote:
Thank you !