Hi Louie, I believe the cc and bcc variables need to be arrays. Try wrapping them in an array and see how that goes for you.
Cheers, Graham Weldon http://grahamweldon.com Louie Miranda wrote: > Hi, I have setup the email component properly on cakephp. I can send > and it's ok for both html and text. > > I tried adding the cc and bcc option, however. It seems to be not working. > http://api.cakephp.org/class/email-component > > $this->Email->to = '[email protected] <mailto:[email protected]>, > [email protected] <mailto:[email protected]>'; > $this->Email->cc = '[email protected] <mailto:[email protected]>'; > $this->Email->bcc = '[email protected] <mailto:[email protected]>'; > > I am using CakePHP... > > cat VERSION.txt > /////////////////////////////////////////////////////////////////////////////////////////////////////////// > // > +---------------------------------------------------------------------------------------------------+ > > // > // + $Id: VERSION.txt 7962 2008-12-25 23:30:33Z gwoo $ > // + Last Modified: $Date: 2008-12-25 17:30:33 -0600 (Thu, 25 Dec 2008) $ > // + Modified By: $LastChangedBy: gwoo $ > // > +---------------------------------------------------------------------------------------------------+ > > // > /////////////////////////////////////////////////////////////////////////////////////////////////////////// > > *1.2.0.7962* > > any ideas? > -- > Louie Miranda ([email protected] <mailto:[email protected]>) > http://www.louiemiranda.net > > Quality Web Hosting - www.axishift.com <http://www.axishift.com> > Pinoy Web Hosting, Web Hosting Philippines > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
