$cabeceras = "MIME-Version: 1.0\r\n";$cabeceras .= "Content-type: text/html; charset=iso-8859-1\r\n";mail ($para,$asunto,$mensaje,$cabeceras);