Hello Bakers, I try to send a text only mail via the EmailComponent in Cake 1.2:
$this->Email->sendAs = 'text'; $this->Email->charset = 'utf-8'; But the mail seems to be sent as ISO-8859-1, not UTF-8 If i send both, html AND text ... ... $this->Email->sendAs = 'both'; ... ... all works fine. When I look into the source of the EmailComponent the charset setting seems to affect only the if($this->sendAs === 'both') section in the __renderTemplate function. So, is there anybody else having issues with that? Is this a bug, a feature or simply uncompleted code? Regards, Christoph :-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
