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. 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
Archived
This topic is now archived and is closed to further replies.