.anchor showing up as <a |
[eluser]Aaron_owen[/eluser]
Hi there, I have had a look around on the forum but couldnt find a solution to this problem. The send email function when someone registers is working fine... but when I open the email it diplays with Code: <a href="">link</a> Code: $this->email->message('Please click the link to confirm account '. anchor ('create/register_confirm' . $activation_code, 'Confirm Registration')); displays in email Code: Please click the link to confirm account <a Any advice would be great ![]()
[eluser]danmontgomery[/eluser]
http://ellislab.com/codeigniter/user-gui...email.html Code: $config['mailtype'] = 'html';
|
Welcome Guest, Not a member yet? Register Sign In |