![]() |
Possible email class bug - 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: Possible email class bug (/showthread.php?tid=15172) |
Possible email class bug - El Forum - 01-28-2009 [eluser]attos[/eluser] Hi there, I've been developing an small app that collects several RSS feeds and sends an email at the end of the day. The email sent is in html format. I have two problems. The major one is that the body is being wrapped as printable at column 76. To fix this I commented out line #1022 of the email class (BTW I'm using CI 1.7): Code: //$this->_body = $this->_prep_quoted_printable($this->_body); The following is a simplified example. Code: User-Agent: CodeIgniter TIA. Keep the exelent work. I really enjoy working with CI. |