There is a delivery option for debug in the EmailComponent. $this->Email->delivery = 'debug'; //'smtp';
Use that for development and testing of the emails. With 'debug' option, you will see your email content print out on the page itself which helps in faster debugging. Once you are happy with output and sorted out all issues, flip the delivery mode to whatever you wish. On May 19, 9:54 pm, donnerbeil <[EMAIL PROTECTED]> wrote: > Hi! > > I'm using the latest nightly so this is probably not the > case:https://trac.cakephp.org/ticket/3820 > > But I still receive empty emails. The strangest part is, that it > depends on the email provider. I have an email account at my own > domain. I check the mails with Thunderbird (IMAP) and it works. Then I > have an Email account at freenet.de, a popular email provider in > germany. When I check the freenet account with thunderbird(Pop3) I get > an empty email body. When I check the freenet account via the > webinterface, I can read the body but it's not formatted correctly. It > shows the headers then. > > I followed exactly the instructions > here:http://manual.cakephp.org/view/269/sending-a-basic-message > > I assume, that it has maybe something to do with utf8 encoding. > Because when I check the freenet mail with Thunderbird and manually > set the encoding for the mail to utf8 in Thunderbird, then I can at > least read the email, but still only with all the headers in it. > > I'm trying to fix this for over a week now. My whole web app is > working, but I need to send an email with an activation code for the > new users. So please help me fix this last issue. > > Thanks a lot for any help. > > Donnerbeil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
