heavenprince
Programmer
How can we embed html code part of the email body, if we are using the mail() function or is there any other of doing it i am using php 4 and using a similar code as follows:
Thanks
Code:
$to = abc@abc.com';
$subject = 'ABC Subject';
$message = '<img src=\"[URL unfurl="true"]http://static.php.net/www.php.net/images/php.gif\"[/URL]
border=\"0\" alt=\"\">
';
mail($to, $subject, $message);