mail.php nin başına şu kodları yazın.

<?php 
$isim = $_POST["isim"];
if($isim==""){

echo "boş";

}else{


//mail.php kodları

}

?>