
27/02/2008, 05:00
|
 | | | Fecha de Ingreso: marzo-2004 Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 21 años Puntos: 62 | |
Re: Que ven mal en esta encabezado de mail Código PHP: $headers = "MIME-version: 1.0\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\n";
$headers .= "From: Mi Correo <[email protected]>\n";
$headers .= "Cc: ".$email."\n";
$headers .= "Bcc: [email protected]\n";
si te dan muchos problemas usa el phpmailer: http://phpmailer.codeworxtech.com
;) |