CodeIgniter Forums
Email lib prob, html vs plain text? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Email lib prob, html vs plain text? (/showthread.php?tid=56660)



Email lib prob, html vs plain text? - El Forum - 01-09-2013

[eluser]Horvat[/eluser]
How to determine if user has turned off 'html' mailtype ability?

so if user has turned off html:
$body = "Text";
else:
$body = "<p>Text</p>";