composer require respect/rest
if( mail($to_email, $subject, $email_body, $headers) ) {
echo '<i class="glyphicon glyphicon-ok"></i> Thank you ' .$nam. '. Your Email was successfully sent!';
header('location:way_to_the_paradise'); //УСПЕШНО
} else {
echo '<i class="glyphicon glyphicon-remove"></i> Sorry ' .$ema. '. Your Email was not sent. Resubmit form again Please..';
header('location:way_to_the_hell'); //ПРОВАЛ
}