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], [email protected]'; $this->Email->cc = '[email protected]'; $this->Email->bcc = '[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]) http://www.louiemiranda.net Quality Web Hosting - 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 -~----------~----~----~----~------~----~------~--~---
