PHP 中的 mail()用法
偶用PHP的mail() 在Win2000中发信, 但有问题:
<?php
$message="abcdefghijklmnopqrstuvwxyz";
mail("yurongan@sohu.com", "没有主题", $message, "From: someone@wahaha.org.tw\nReply-To: reply@wahaha.org.tw\nX-Mailer: PHP/" . phpversion());
?>
Warning: Server Error in c:\apache\htdocs\yuan\mail\index.php on line 3
就是mail()那个地方, 不知为何错了.