在這裏我有一個問題,當我發送一封郵件。它是正確的,但當我嘗試設計與HTML標籤的郵件正文它發送相同的HTML標籤到我的電子郵件收件箱。如何克服這個請告訴我。通過PHP發送郵件
下面的PHP代碼:
$to = "$email";
$subject = "Test mail";
$message = '<!Doctype html><html><head><title>Confirm Link</title></head><body><div style="color:blue">Thank u for registering with us </div>
<div> Hi'.$name.' Please click the below link to activate your accont</div><div><a href="http://www.websitename.com/test2/activation.php?id='.$uid.'&name='.$name.'&mail='.$email.'">Active your account now</a></div> </body></html>';
$from = "[email protected]";
$headers = "From:" . $from;
這裏我deliverd的電子郵件收件箱的消息: 這裏設計工作不顯示它同我的程序code.Please幫助我。
確認LinkThank u代表我們註冊 HiSrinivas請點擊以下鏈接激活您的accont Active your account now