我已經創建了發送郵件的頁面,我正在使用PHP的郵件功能。但是當我運行腳本時,我無法發送郵件。通過PHP郵件功能發送郵件
我有一個發送郵件鏈接在這個頁面http://vijayatech.freevnn.com/index.php 當我點擊這個鏈接它被重定向到http://vijayatech.freevnn.com/mail.php我在哪裏我的代碼發送郵件。
我發送郵件的代碼如下: 這個代碼是在我的mail.php:
$message="hello";
$subject="hi";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
mail('[email protected]',$subject,$message,$headers);
我在freevnn.com一個免費域名 請人幫助我,告訴我是什麼問題
在此先感謝。
也許這封電子郵件在運送30秒後自毀? –