".$eol;
$headers .= "Reply-To: $fromname <$fromemail>".$eol;
$headers .= "Return-Path: $fromname <$fromemail>".$eol;
$headers .= "Message-ID: <$mid thesystem@$name>".$eol;
$headers .= "X-Mailer: PHP v".phpversion().$eol;
$headers .= "MIME-Version: 1.0".$eol;
$headers .= "X-Sender: PHP".$eol;
@mail($to,$konu,$sms,$headers) or stderr("Error", "Unable to send mail. Please contact an administrator about this error.");
}
?>