CodeIgniter Forums
Email message broken in japan - 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: Email message broken in japan (/showthread.php?tid=64054)



Email message broken in japan - chenpol - 01-07-2016

I am using mailer of codeigniter and the problem is when sending in japan that uses multibyte character is broken. So that they can't read my email. any solution to this?


RE: Email message broken in japan - sv3tli0 - 01-07-2016

Can you show us your mail sending code..


RE: Email message broken in japan - ivantcholakov - 01-12-2016

What kind of encoding do you use. Is it UTF-8 or another multi-byte encoding?


RE: Email message broken in japan - kenjis - 01-12-2016

It must be ISO-2022-JP.
CI's Email library has not supported ISO-2022-JP email since 1.x.