Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/06/2009, 17:59
ivomat
 
Fecha de Ingreso: abril-2005
Ubicación: colombia
Mensajes: 242
Antigüedad: 19 años
Puntos: 0
Codigo Htm Outlook

hola, estoy enviando unos mail masivos , llegan bien a hotmail, gmail, etc pero en el cliente outlook el mensaje que se ve es el codigo html , el codigo que utilizo es el siguiente,

$nombreRemitente =$array[from];
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: ". $nombreRemitente."\r\n";
$headers .= "Reply-To:". $nombreRemitente."\r\n";
$headers .= "X-Mailer: PHP/" . phpversion();
echo $headers;
$html = "
<html>
<img src=\"$ruta\" />". $cad .
"</html>";
mail($array[email],$array[asunto],$html,$headers);

saben que puede ser???????????????????

gracias
__________________
:aplauso: Ivomat