PEAR メール システムを使用して認証済みメールを送信しています。リンクを含む HTML メールを送信する必要があります。
メール本文は次のようになります。
$body = <<<EOD
Hiya $username
You might be interested in the current 'haves' and 'wants' on example.com
Latest Haves
<a href="http://www.exmaple.com/product/have/64/Titan+Fast+Track+SunGlass">Titan Fast Track SunGlass</a>
EOD;
タグがそのままメールに表示されます。これを解決する方法はありますか??Pls help..