Cita:
¿Aguien sabría decirme que debo hacer para que se visualice en el navegador?.Gracias $cuerpo = "<img src='../img/PORTALRECLAMOS.jpg' width='402' height='100'>";
$cuerpo.= "Nombre: ".$HTTP_POST_VARS ['nombre'];
$cuerpo.= "Dirección: ".$HTTP_POST_VARS['direccion'];
$from=$email;
$reply="[email protected]";
$asunto="Mis datos".$npres;
$sheader="From:".$email."\nReply-To:".$reply."\n";
$sheader=$sheader."X-Mailer:PHP/".phpversion()."\n";
$sheader=$sheader."Mime-Version: 1.0\n";
$sheader=$sheader."Content-Type: text/html";
mail($reply,$asunto,$cuerpo,$sheader);
$cuerpo.= "Nombre: ".$HTTP_POST_VARS ['nombre'];
$cuerpo.= "Dirección: ".$HTTP_POST_VARS['direccion'];
$from=$email;
$reply="[email protected]";
$asunto="Mis datos".$npres;
$sheader="From:".$email."\nReply-To:".$reply."\n";
$sheader=$sheader."X-Mailer:PHP/".phpversion()."\n";
$sheader=$sheader."Mime-Version: 1.0\n";
$sheader=$sheader."Content-Type: text/html";
mail($reply,$asunto,$cuerpo,$sheader);
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)