Ben posta göndermek için aşağıdaki komut dosyası kullanıyorum
<?
extract($_POST);
$subject = "Feedback from ".$name." (".$email.", Ph: ".$phone.")";
$mail = @mail($send,$subject,$content);
if($mail) { echo "Your feedback has been sent"; }
else { echo "We are sorry for the inconvienience, but we could not send your feedback now."; }
?>
Ama bu her zaman istenmeyen Klasör sona eriyor. Neden?