<?php
// Your email address
$email = "
[email protected]";
// The subject
$subject = "1+1=2";
// The message
$message = "ได้รับป่าว ครับ";
mail($email, $subject, $message, "From: $email");//------------ line 22
echo "The email 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 C:\AppServ\www\pjbird\test2.php on line 22
The email has been sent. ?>
มันขึ้นแบบนี้ ผมพยายามแก้หลายครั้งแล้ว มันก็ไม่ได้ ช่วยดูที่ครับ