![]() |
[split] CodeIgniter 3.1.0 Email Issue - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: [split] CodeIgniter 3.1.0 Email Issue (/showthread.php?tid=66071) |
[split] CodeIgniter 3.1.0 Email Issue - magikboo23 - 09-01-2016 I have found a issue on Email attach on windows - On my local Windows when i send email with file attached seems to be corrupted - instead on production Linux it works I tried on my local Windows to replace Email class of 3.1.0 with 3.0.6 and it works again RE: [split] CodeIgniter 3.1.0 Email Issue - Krycek - 09-01-2016 See this link : https://github.com/bcit-ci/CodeIgniter/issues/4739 Looks like it will be fixed on 3.1.1 RE: [split] CodeIgniter 3.1.0 Email Issue - magikboo23 - 09-01-2016 thanks ! RE: [split] CodeIgniter 3.1.0 Email Issue - AmarInfotech - 09-01-2016 (09-01-2016, 05:54 AM)Krycek Wrote: See this link : https://github.com/bcit-ci/CodeIgniter/issues/4739 Thanks For Sharing This Valuable Link. RE: [split] CodeIgniter 3.1.0 Email Issue - Krycek - 09-05-2016 Your welcome ![]() RE: [split] CodeIgniter 3.1.0 Email Issue - michaelh99 - 09-26-2016 (09-01-2016, 05:54 AM)Krycek Wrote: See this link : https://github.com/bcit-ci/CodeIgniter/issues/4739 To me it looks like the fix only fixes things when there is *not* an attachment. Has anyone who's experiencing problems with corrupt attachments tried this fix? RE: [split] CodeIgniter 3.1.0 Email Issue - magikboo23 - 09-26-2016 (09-26-2016, 05:08 AM)michaelh99 Wrote:Actually i am working with attachments and it works fine(09-01-2016, 05:54 AM)Krycek Wrote: See this link : https://github.com/bcit-ci/CodeIgniter/issues/4739 |