Tema: mail
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/03/2004, 09:23
concric
 
Fecha de Ingreso: noviembre-2003
Ubicación: Málaga
Mensajes: 293
Antigüedad: 20 años, 5 meses
Puntos: 1
Código PHP:
mail($from$subject,"
<html>
<head>
<title>aulatina</title>
</head>
<body>
LO QUE SEA
</body>
</head>
</html>
"
,"Content-type: text/html\n""From: $from\nX-Mailer: PHP/" phpversion()); 
Asi llega bien en HTMl pero el correo sale anonimo dela otra forma (ver filal del codigo) llega el codigo en modo texto y no llega como anonimo, yo quiero que llege de forma no anonima y en HTML

Código PHP:
mail($from$subject,"
<html>
<head>
<title>aulatina</title>
</head>
<body>
LO QUE SEA
</body>
</head>
</html>
"
,"From: $from\nX-Mailer: PHP/" phpversion()); 
__________________

diseño web

Última edición por concric; 11/03/2004 a las 09:27