san_v Posted January 7, 2012 Share Posted January 7, 2012 Hi, I need to check is the mail is sent and successfully deliver to the recipient email. here is the code : if(mail($to, $subject, $message, $headers, '-f ' . $return_path)) {echo "Sent"; }else {echo "Not Sent";} Please help me, its urgent. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/254532-how-to-check-for-email-bounce-using-mail-function/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.