<?
$send_mail=mail($_POST['name'],$_POST['mail'],$_POST['Message']);
if(!$send_mail){echo"Please check you information.";}
else{echo "Your Message has been Sent.";}
?>
แล้วเวลารันมันไม่ผ่านอ่ะครับ มันแสดงแบบนี้
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in D:\design_website\contactus_sentmail_complete.php on line 15