Hola, con este codigo...
Código PHP:
Ver original##### ENVIAR EMAILS EN HTML ####
function sendHTMLemail($HTML,$from,$to,$subject) {
$eol = PHP_EOL;
$headers = "From: $from".$eol;
$headers .= "Reply-To: $from".$eol;
$headers .= "Return-Path: $from".$eol;
$headers .= "MIME-Version: 1.0".$eol;
$headers .= "Content-Type: text/html; charset=UTF-8".$eol.
$headers .= $HTML;
mail($to,$subject,$headers); }
Me muestra en el correo-e, como codigo html..
<table width="100%" border="0" cellpadding="0" cellspacing="5"><tr><td>