este es el codigo
Código PHP:
<style type="text/css">
<!--
.Estilo2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}
-->
</style> <title> $titulo </title>
<? $nombre=$_POST['nombre'];
$email=$_POST['email'];
$subject = "Nuevamente en linea Hernansam";
$message='<body style="background:#FFFFFF;font-size:14px;font-family:Comic Sans MS;color:black;"> <p style="color:#ffffff;font-size:16px;" ><font class=""><div align="center" class="Estilo2">Nuevamente en linea</div>
</div> </p>
<div align="center" class="Estilo2">Noticias de Central y Newells, la actualidad del deportes, sms web,juegos y mucho mas </div>
<p align="center"> <a href="http://www.hernansam.com"><img src="http://www.hernansam.com/news/banner-1.jpg" alt="" > </a> </p>
<br> </body>
</html>';
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
mail($email, $subject, $message, $headers); ?>