hi ng,
what can i do in the following mail function, which hast 400
subscribers
who are read from a database and to which the mails are send in a
loop, when there are some adresses who are not reachable.
My provider receives all the fail mails.
is it possible to send the mail daemons ( failures ) to a special
adress,
so that the provider doesnt reseive so many emailfailures ?
thx for a quick answer
haref
/*************** *************** *************** *************** *************** ***
Function : send_mail
*************** *************** *************** *************** *************** ****/
function send_mail($emai l)
{
$mail="sender@m ail.com";
$vtext="thats the text\n;
$confirm="Confi rm Message";
$text=str_repla ce("\\\"","\"", $text);
$text=str_repla ce("\'","'",$te xt);
mail($email,$be staetigung,$vte xt,"From: ".$mail);
}
what can i do in the following mail function, which hast 400
subscribers
who are read from a database and to which the mails are send in a
loop, when there are some adresses who are not reachable.
My provider receives all the fail mails.
is it possible to send the mail daemons ( failures ) to a special
adress,
so that the provider doesnt reseive so many emailfailures ?
thx for a quick answer
haref
/*************** *************** *************** *************** *************** ***
Function : send_mail
*************** *************** *************** *************** *************** ****/
function send_mail($emai l)
{
$mail="sender@m ail.com";
$vtext="thats the text\n;
$confirm="Confi rm Message";
$text=str_repla ce("\\\"","\"", $text);
$text=str_repla ce("\'","'",$te xt);
mail($email,$be staetigung,$vte xt,"From: ".$mail);
}
Comment