-3
我有我的郵件功能代碼belove。Html在PHP郵件功能
$subject = "Account Expiration";
$headers = 'MIME-Version: 1.0'.PHP_EOL;
$headers .= 'Content-type: text/html; charset=iso-8859-1'.PHP_EOL;
$headers .= 'From: '.$from . ''.PHP_EOL ;
$headers .= 'Reply-To: '.$from .''.PHP_EOL;
$message = "<html><body>";
$message .= "<h1 style='color:#f40;'>Account Expiry</h1>";
$message .= "<p style='color:#f40;font-size:18px;'>Your Account is get xpired.You can not able to bid more.For Further Bidding Please Sigunup on Our sight.</p>";
$message .= '<p><a href ="'.$url.'" style="color:#07c;font-size:16px;">click here for signup</a></p>';
$message .= "</body></html>";
電子郵件已發送,但<a href=""></a>
標記在郵件中不起作用。
你在哪裏設置$ url變量的值? –
「不工作」不是有用的信息。我們需要比這更多的細節。 –