CodeIgniter Forums
Email class: BCC not working - 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: Email class: BCC not working (/showthread.php?tid=52622)



Email class: BCC not working - El Forum - 06-19-2012

[eluser]goodbytes[/eluser]
I'm using the standard code igniter email class to send out emails.
$this->email->to() is working fine, but $this->email->bcc() isn't working.

To put it short, the emails are sent out fine, but only to the "to" address and not to the "bcc" addresses.
This is a post from 2011, where people had the exact same problem, but no solution: http://ellislab.com/forums/viewthread/147797/