$destinatario = "
[email protected]";
$asunto = "Este mensaje es de prueba";
$cuerpo = '
<html>
<body>
<a href="www.google.com">Texto</a>
</body>
</html>
';
//para el envío en formato HTML
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";