What is that return path for?
Can i Use in this way?
mail($to_address, $subject, $message, $headers, "-f".$return_path );
Where:
$return_path = "C:/www/project/handlebounceemail.php";
Additional:
How to direct the email to a php script? I want to read the email and check for errors.