<?php
ini_set('display_errors',true);
ini_set('error_reporting', E_ALL);
echo ini_set('SMTP','msa.hinet.net');
echo ini_get('SMTP');
phpinfo();
$to='killking1980@yahoo.com.tw';
$subject="Don't write me off";
$body="I was living in the past but somehow you've brought me back";
//$form="";
mail($to,$subject,$body);
?>
這是php程式碼 但是在form那邊我不知到要輸入啥東西
所以我就省略掉 但是一樣不行.....
麻煩幫忙 一下:)