Jump to content

how to check for email bounce using mail() function


san_v

Recommended Posts

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.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.