Dear all,,

I had done a mailing script in php ...

Now how can i know wheather the mail send is delivered or not..

Please help me..

Thanks in advance

do u mean something like this...wat it helpful please reply

$sent = mail($to, $subject, $message, $headers);
}
if($sent)
{ print "Your mail was sent successfully";   }
else
{  print "We encountered an error sending your mail";   }
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.