Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/10/2007, 23:10
kero-dono
 
Fecha de Ingreso: octubre-2007
Ubicación: agua dulce, veracruz
Mensajes: 22
Antigüedad: 16 años, 7 meses
Puntos: 1
Re: Envio Masivo De Mail

Código PHP:
$headers  'MIME-Version: 1.0' "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' "\r\n";
$headers .= 'From: <$De>' "\r\n";
    
mail($row['email'], $titulo$mensaje,$headers); 


-Kerberos