![]() |
email problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: email problem (/showthread.php?tid=53638) |
email problem - El Forum - 08-01-2012 [eluser]C_Line[/eluser] i send email to yahoo and the link can be click but when i send to hotmail, the link unclickable heres my code Code: $message = thx for help email problem - El Forum - 08-01-2012 [eluser]michalsn[/eluser] Code: 'mailtype' => 'html' email problem - El Forum - 08-01-2012 [eluser]PhilTem[/eluser] The link unclickable because no real link just text. Need to wrap in <a href=""></a> to make clickable |