我將傳入的電子郵件管道傳遞給handler.php。我可以成功管理它,並且它正在工作,但是當它從郵件頭獲取變量(例如「Subject」,「To」或「郵件正文」)時,我遇到了一些問題。下面是我從here 在這裏得到了代碼的代碼: <?php
//Assumes $email contains the contents of the e-mail
//When the script is done
在我的註冊頁面中,我使用了下面的郵件內容編碼。 $to =$email;
$subject = "Welcome to our site. Verify your Email address";
$body= "<table>
Dear $firstname $lastname,
Welcome to site name!
You have signed up for a n