這是我的代碼PHP的郵件沒有發送
$subject = "Welcome to Last Alliance Standing";
$message = "$name Welcome to Last Alliance Standing, Your account has been registered and you are now able to login and play";
$headers = "From: Team Laser<[email protected]>\r\n";
$headers .= "X-Mailer: Drupal\n";
$headers .= 'MIME-Version: 1.0' . "\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
if (mail($email, $subject, $message, $headers)) {
header("location: passwordrequest-success.php");
exit();
} else {
echo "Not Sent";
}
電子郵件並不總是派,雖然它有時做,有時我雖然得到了「不發送」錯誤
你有權訪問日誌文件甚至是root權限嗎?你還用什麼系統? – dualed
我有訪問日誌文件,但沒有root訪問作爲其與justhost –
共享服務器,他們說什麼? – dualed