I use the email component and it was driving me nuts inserting a
newline in the front of every email (any 1.2 version including pre
beta). I finally traced it to this:

file cake/lib/controller/component/email.php on or around line 477:
$this->__header .= 'Content-Transfer-Encoding: 7bit' . $this-
>_newLine;

This is the final line in the __createHeader routine and the linefeed
here causes every email to have a linefeed at the top. I tried to
write a ticket but didn't have permission in Trac.

WHat do I need to do to be able to submit prs?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to