Upload is WORKING
Check Mailing ..
Successfully sent a report to [" . $_POST['email1'] . "], [" . $_POST['email2'] . "], and [" . $_POST['email3'] . "] - $xx";
} else {
// Display a failure message if sending emails failed
echo "Failed to send a report to [" . $_POST['email1'] . "], [" . $_POST['email2'] . "], and/or [" . $_POST['email3'] . "]";
}
}
?>