Code
*************
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<?
$To = "[email protected]";
$Subject = "Testmail";
$Massage = "ได้รับเมล์";
$From = "martman";
?>
<?
mail($To,$Subject,$Massage,$From);
?>
*********************************
-Error-
*************************************
Warning: 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 c:\appserv\www\sentmail.php on line 9
*************************************
มันมีปัญหาอะไรคะ และจะทำยังงัยดีคะให้ส่งได้รบกวนด้วยนะคะ