How can i know a mail is delivered or not

Reply

Join Date: Feb 2008
Posts: 78
Reputation: jino is an unknown quantity at this point 
Solved Threads: 5
jino's Avatar
jino jino is offline Offline
Junior Poster in Training

How can i know a mail is delivered or not

 
0
  #1
Apr 11th, 2008
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
We only have to do a very few things right in our life, so long as we don't do too many things wrong.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 145
Reputation: queenc is an unknown quantity at this point 
Solved Threads: 4
queenc's Avatar
queenc queenc is offline Offline
Junior Poster

Re: How can i know a mail is delivered or not

 
0
  #2
Apr 11th, 2008
do u mean something like this...wat it helpful please reply
  1. $sent = mail($to, $subject, $message, $headers);
  2. }
  3. if($sent)
  4. { print "Your mail was sent successfully"; }
  5. else
  6. { print "We encountered an error sending your mail"; }
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC