Your <form> tag has the action set to: /contact/contactUs_sent.php
That makes the form post directly to that page and doesn't give the email a chance to send.
You need to remove the form action so the page submits to itself and then use the email redirect to go to the sent page.