CodeIgniter Forums
Email - bcc stops working when subject is above 19 chars. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: Email - bcc stops working when subject is above 19 chars. (/showthread.php?tid=72492)



Email - bcc stops working when subject is above 19 chars. - geirarnesen - 12-29-2018

Seem to be a bug in the Email.php library. It seem to fail when the subject field is above 19 characters. The bcc email is not sent when the content of the subject field is above 19 characters.

Geir