I am sending out Emails with a cake shell script. And sending the email works fine by the way.
Additionally, I do want to write the content of the email to a logfile. If I use $this->Email->textMessage (as mentioned in the documentation) to get the rendered email, the content is always empty. By accident I found out, that $this->Email->textMessage() delivers the rendered email. I do not understand why. Looking into email.php shows me, that $textMessage is not a function. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
