CodeIgniter Forums
Formatting plain text email - 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: Formatting plain text email (/showthread.php?tid=21953)



Formatting plain text email - El Forum - 08-25-2009

[eluser]mradlmaier[/eluser]
How do I insert a newline in plain text emails?

I tried \n and \r and \n\r. No works, they just get converted too n, r or nr respectively.
I am using default configuration for sending email.

Thanks for any hints,
Best regards,
Michael


Formatting plain text email - El Forum - 08-25-2009

[eluser]verynewtothis[/eluser]
I hope you are not using single quotes around your strings.... "\n" should work


Formatting plain text email - El Forum - 08-25-2009

[eluser]mradlmaier[/eluser]
Right, should have known myself ;-)

Thanks.