HOME > PHP > PHP Forum > เกี่ยวกับ mail() function ครับ Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port"
เกี่ยวกับ mail() function ครับ Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port"
// $strTo = "[email protected]";
// $strSubject = "Test Send Email";
// $strHeader = "From: [email protected]";
// $strMessage = "My Body & My Description";
// $flgSend = mail($strTo,$strSubject,$strMessage,$strHeader); // @ = No Show Error //
// if($flgSend)
// {
// header("location:main.php");
// }
// else
// {
// echo "Email Can Not Send.";
// }
ผมใช้โค้คนี้ในการทดสอบ แต่มันดันส่งไม่ได้อ่ะครับ มันขึ้น error
//
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 C:\AppServ\www\Web\checkadd.php on line 57
//
มันหมายความว่าไงอ่ะครับ