![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/09/2007, 10:09
|
![Avatar de Evert](http://static.forosdelweb.com/customavatars/avatar62887_8.gif) | | | Fecha de Ingreso: abril-2004 Ubicación: Cochabamba - Bolivia
Mensajes: 94
Antigüedad: 20 años, 9 meses Puntos: 2 | |
ERROR : Could not execute mail delivery program Saludos para todos
tengo el siguiente codigo para el envio de correo
while ($row=mysql_fetch_array($res)){
$destinatario=$row['mail'];
if (mail($destinatario, $titulo, $mensaje,$cabecera))
{
echo "$row[nombre]";
}
}
pero me sale el siguiente error
Warning: mail() [function.mail]: Could not execute mail delivery program '/usr/sbin/sendmail -t -i'
y no manda nda
Alguien sabe porque es el error
Gracias por su tiempo y atencion |