it was the headers and the message. Outlook is installed fine is it was a corp install of outlook i.e work environment.
I have since resolved this issue. I basically, stopped using the core component and used instead the php native mail() function in the controller and removed all header information except reply to: since I am only sending a plain text email this worked fine for me. On Jan 4, 5:02 pm, cricket <[email protected]> wrote: > On Mon, Jan 3, 2011 at 2:27 PM, Devario Johnson <[email protected]> wrote: > > Hi Bakers. > > > I am developing an application using the core email component, and > > when i send emails to regular mail like gmail it is fine, but when I > > send them to Outlook, all of the header information is displayed...how > > do i stop this from happening in outlook? > > Are you seeing ONLY the headers? Or does the mesage body show also? > > Are you sure this isn't something to do with your Outlook install? > It's been a very long time since I used it; I don't know if there > might be a setting that's causing this. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
