Código PHP:
mail($from, $subject,"
<html>
<head>
<title>aulatina</title>
</head>
<body>
LO QUE SEA
</body>
</head>
</html>
","Content-type: text/html\n", "From: $from\nX-Mailer: PHP/" . phpversion());
Asi llega bien en HTMl pero el correo sale anonimo dela otra forma (ver filal del codigo) llega el codigo en modo texto y no llega como anonimo, yo quiero que llege de forma no anonima y en HTML Código PHP:
mail($from, $subject,"
<html>
<head>
<title>aulatina</title>
</head>
<body>
LO QUE SEA
</body>
</head>
</html>
","From: $from\nX-Mailer: PHP/" . phpversion());