What component? The one that uses the phpmailer library handles encoding of the headers fine. Also note that by calling utf8_decode you are converting your subject to iso8859-1, so not only would you lose the characters that cannot be converted but you would still need to appropriately encode the header!
On Mar 2, 10:46 am, "Alex" <[EMAIL PROTECTED]> wrote: > Maybe I'm wrong but I think the Email Component doesn't handle UTF8 > subjects correctly. I have to wrap a utf8_decode() around my subject > to send it correctly. > Maybe the setting $this->Email->charset = 'utf-8' only impacts the > text to be send? > > Greetings from Brasil, > Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
