CodeIgniter Forums
html email - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: html email (/showthread.php?tid=7866)



html email - El Forum - 04-25-2008

[eluser]Unknown[/eluser]
Hi,
i'm working on a community portal using CI.
im able to send text mail,but when i send html mail the <tr> and <td> 's are displaying when the user receives the mail.can some one please help me what is the solution?


html email - El Forum - 07-19-2008

[eluser]Unknown[/eluser]
Code:
$this->email->initialize(array('mailtype'=>'html'));