si rellenas el formulario de
http://www.creatuvideo.com/picarol/mero.htm
te devuelve una pagina en php
http://www.creatuvideo.com/picarol/contactos2.php
cuyo contenido es este:
<?
//
//
//
// -----------------
$nom = $_POST['txt_nombre'];
$direc = $_POST['txt_direccion'];
$ciu = $_POST['txt_naci'];
$pa= $HTTP_POST_VARS["pais"] . "\n";
$telf = $_POST['txt_telefono'];
$email = $_POST['txt_email'];
$adi = $_POST['mensaje'];
$body = "<left>
<table border=0 width=476 bordercolor=#007CC3 cellpadding=0 cellspacing=0 bgcolor=#ffffff>
<tr>
<td width=388 height=25 bgcolor=#007CC3 colspan=2><b><font face=Arial size=1 color=#ffffff>DATOS PERSONALES</font></b></left></td>
</tr>
<tr>
<td width=388 valign=top><b><font face=Arial size=2 color=#007CC3>Nombre:</font></b></td>
<td width=601><b><font face=Arial size=2 color=#333333 >$nom</font></b></td>
</tr>
<tr>
<td width=388 valign=top><b><font face=Arial size=2 color=#007CC3>Direccion:</font></b></td>
<td width=601><b><font face=Arial size=2 color=#333333 >$direc</font></td>
</tr>
<tr>
<td width=388 valign=top><b><font face=Arial size=2 color=#007CC3>Ciudad:</font></b></td>
<td width=601><b><font face=Arial size=2 color=#333333>$ciu</font></b></td>
</tr>
<tr>
<td width=388 valign=top><b><font face=Arial size=2 color=#007CC3>Pais:</font></b></td>
<td width=601><b><font face=Arial size=2 color=#333333>$pa</font></b></td>
</tr>
<tr>
<td width=388 valign=top><b><font face=Arial size=2 color=#007CC3>Telefono:</font></b></td>
<td width=601><b><font face=Arial size=2 color=#333333>$telf</font></b></td>
</tr>
<tr>
<td width=388 valign=top><b><font face=Arial size=2 color=#007CC3>Fax:</font></b></td>
<td width=601><b><font face=Arial size=2 color=#333333>$fa</font></b></td>
</tr>
<tr>
<td width=388 valign=top><b><font face=Arial size=2 color=#007CC3>Email:</font></b></td>
<td width=601><b><font face=Arial size=2 color=#333333>$email</font></b></td>
</tr>
<tr>
<td width=388 valign=top><b><font face=Arial size=2 color=#007CC3>Comentarios :</font></b></td>
<td width=601><b><font face=Arial size=2 color=#333333>$adi</font></b></td>
</tr>
</table>
";
$destino = "
[email protected]";
$asunto = "Mensaje de $nom";
$encabezados = "From: $email\nReply-To: $email\nContent-Type: text/html; charset=iso-8859-1";
mail($destino, $asunto, $body, $encabezados) or die ("Su mensaje no se envio.");
echo "$body<br><center>Tu Mensaje Fue Enviado</center><br><center>";
?>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
font-family: verdana ;
color: #333333
}
-->
</style>
NO PUDE CONECTARME MAS ANTES PORQUE NO PODIA REACTIVAR EL HOSTING,
por fin pude hacerlo y ahora espero haberme hecho entender mejor