Re: email component utf-8 body

2008-06-29 Thread bujanga
Email Component works fine on my production server with latest cake build. hmm. That's all for tonight though. Gary On Sun, Jun 29, 2008 at 11:03 PM, bujanga <[EMAIL PROTECTED]> wrote: > Yes, that is where I started. I then set it using charset in: > function _ggisSendMail(){ > $this->E

Re: email component utf-8 body

2008-06-29 Thread bujanga
Yes, that is where I started. I then set it using charset in: function _ggisSendMail(){ $this->Email->charset = 'iso-8859-15'; $this->Email->to = '[EMAIL PROTECTED]'; $this->Email->subject = 'Test'; $this->Email->from = '[EMAIL PROTECTED]'; $this->Email->layout

Re: email component utf-8 body

2008-06-28 Thread b logica
Well, did you at least try removing the 8859 one? On Fri, Jun 27, 2008 at 3:11 PM, bujanga <[EMAIL PROTECTED]> wrote: > > Yes, I saw that but do not know why. Instead of using the Email > Component, I went back to sending the email via straight php. A little > ugly but it gives me no problems. He

Re: email component utf-8 body

2008-06-27 Thread bujanga
Yes, I saw that but do not know why. Instead of using the Email Component, I went back to sending the email via straight php. A little ugly but it gives me no problems. Headers from that show: Content-Type: text/plain; charset=UTF-8 I will likely dig into this once I find time and am running on

Re: email component utf-8 body

2008-06-26 Thread b logica
You have a 2nd Content-type header. One is 8859 and the other is UTF-8. On Fri, Jun 20, 2008 at 5:43 PM, bujanga <[EMAIL PROTECTED]> wrote: > > I am finally trying to convert some older code over to the latest > build of cake and thought I would use the Email Component. Read > cookbook examples a

email component utf-8 body

2008-06-20 Thread bujanga
I am finally trying to convert some older code over to the latest build of cake and thought I would use the Email Component. Read cookbook examples and did some searching as well. Still running into a problem. 1. Email is sent and received. 2. Subject is fine 3. PROBLEM - body is garbage Pretty