Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/07/2002, 09:24
ri_mauro
 
Fecha de Ingreso: noviembre-2001
Mensajes: 108
Antigüedad: 22 años, 5 meses
Puntos: 2
Re: No hay manera con el mail

hay te va

$to = $correos;
$de = "Comunicado";
$mensaje = "
<html>
<body>
<center>
<b><h2><font color=#000066>Ultimo Comunicado/a></h2></b>
<br>
</center>
</body>
</html>

";

$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: [email protected] <[email protected]>\r\n";

mail("$to","$de",$mensaje,$hea ders);

echo "$correos\n";