$strTo = '[email protected]';
$strSubject = "Test Send Email";
$strHeader = "From: [email protected]";
$strMessage = "My Body & My Description";
mail($strTo,$strSubject,$strMessage,$strHeader);
พอรันแล้วแสดง 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\PHP\Senmail.php on line 51