Welcome Guest, Not a member yet? Register   Sign In
.anchor showing up as <a
#1

[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
href="http://test.test.test/create/register_confirm/uIkWRO21afk">Confirm
Registration</a>

Any advice would be great Big Grin
#2

[eluser]danmontgomery[/eluser]
http://ellislab.com/codeigniter/user-gui...email.html

Code:
$config['mailtype'] = 'html';

$this->email->initialize($config);
#3

[eluser]Aaron_owen[/eluser]
Thank you very much Big Grin




Theme © iAndrew 2016 - Forum software by © MyBB