Código PHP:
$header = 'From: [email protected]'."\r\n".
'Reply-To: [email protected]'."\r\n".
'MIME-Version: 1.0\r\n'.
'Content-type: text/html; charset=iso-8859-1\r\n';
$text = "<html><body><a href="#">hola</a></body></html>";
mail (x@mail.com,titulo,$text,$header);
Cita:
:| ayuda?! <html><body><a href="#">hola</a></body></html>