To w.geoghegan
Thanks for your response. I tried your suggestion. The result is that the "message" output just prints the html tags. For example..
When I send.....................
<?
$recipient ="$myrecipient";
$subject ="mysubject";
$message ="
<html><body>
<img border='0' src='logo_new.gif'>
Test Email
<hr color='red'>
Hello my recipient,\n
I am trying to show graphics in this email\n
Thank you\n\n
<hr color='red'>
</body></html>\n\n
$extra ="From:$s_n_email\r\nReply-To:$s_n_email\r\n";
mail ($recipient, $subject, $message, $extra);
?>
The email message comes as follows.........
<html><body>
<img border='0' src='logo_new.gif'>
Test Email
<hr color='red'>
Hello my recipient,
I am trying to show graphics in this email
Thank you
<hr color='red'>
</body></html>
Any other suggestions ?
Also to bpat1434.........................
What do you mean "make sure MIME is correct ???