//invoke mail() function on send mail ?
mail($toaddress, $subject, $mailcontent, $fromaddress);
?>
<html>
<head>
<title>Bob's Auto Parts --Feedback Submitted<title>
</head>
<h1>Feedback submitted</h1>
<p>Your feedback has been sent.</p>
</body>
</html>
Warning: mail() [function.mail]: Failed to connect to mailserver at "127.0.0.1" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Program Files\EasyPHP-5.3.5.0\www\test\processfeedback.php on line 18Call Stack 解决办法:
安装hmail: