Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/11/2005, 14:30
tico74
 
Fecha de Ingreso: diciembre-2002
Mensajes: 473
Antigüedad: 21 años, 4 meses
Puntos: 0
gamial y yahoo si, hotmail no

Amigos por favor urgente si alguien sabe gmail y yahoo me reciben mail (uso la funcion mail() pero hotmail no.Les muestro el codigo:

$headers .= "MIME-Version: 1.0\r\n";
//$headers .= "Content-type: text/plain; charset=iso-8859-1\r\n";
$headers .= "Content-type: text/html;\n Content-Type: image/jpg;\n Content-Transfer-Encoding: base64;\n charset=iso-8859-1\n";
$headers .= "From: ".$post['first_name']." <".$post['email'].">\r\n";
$headers .= "To: xx <[email protected]>\r\n";
$headers .= "Reply-To: ".$post['first_name']." <".$post['email'].">\r\n";
$headers .= "X-Priority: 1\r\n";
$headers .= "X-MSMail-Priority: High\r\n";
$headers .= "X-Mailer: Envio de prueba";

Mil gracias desde ya!!