es este:
<html>
<head>
<title>:: Genes Pokémon ::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?
$reporteros = "
[email protected]";
$body = "Nombre: $nombre";
$body .= "E-Mail: $mail";
$body = "Nick: $nick";
$body .= "Contraseña: $contraseña";
$body .= "¿Trabajas para otra Web?: $trabajas";
$body .= "Comentarios: $comentarios";
mail("
[email protected]", "Quiero ser Reportero de Genes Pokémon", $body, "From: $reporteros");
?>
</body>
</html>