Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/09/2004, 18:10
Avatar de FireLion
FireLion
 
Fecha de Ingreso: noviembre-2002
Ubicación: En una Cueva
Mensajes: 89
Antigüedad: 21 años, 4 meses
Puntos: 0
Pregunta SendMail Ke Hago mal ?


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Envio del mail</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<?php
$firemail = "[email protected]";
if ($dename==" ") && ($de==" "){

$cabeceras = = "MIME-Version: 1.0\r\n";
$cabeceras .= "Content-type: text/html; charset=iso-8859-1\r\n";

$cabeceras .= "To: $paraname <$para>\r\n";
$cabeceras .= "From: FireLion© <$firemail>\r\n";

else
{
$cabeceras = = "MIME-Version: 1.0\r\n";
$cabeceras .= "Content-type: text/html; charset=iso-8859-1\r\n";
$cabeceras .= "To: $paraname <$para>\r\n";
$cabeceras .= "From: $dename <$de>\r\n";
}
mail($de,$tema,$mensaje,$cabeceras);

}
echo "<center>Mail Enviado...</center>";
?>

</body>
</html>
--------------------------------------------------------------------
este es el formulario
http://www.uplinkmx.com/firelion/mail.html

Gracias por tomarse la molestia de leer el post