First off, make a little test.php plain PHP file that verifies that you can send email using PHP's built-in email functionality: http://us2.php.net/mail
Then make a little test in a Cake controller that you can call directly which does the same thing. Then you can worry about the emailcomponent etc. Wayne On 2/15/08, dandreta <[EMAIL PROTECTED]> wrote: > > Hi! > I am developing my application with Cake 1.2 and I want to have send e- > mails functionality. > Inside pages folder, I have the view to send e-mail with the basic > fields: Destination, Subject and Message(body). I have been reading > about EmailComponent in Bakery's article > (http://bakery.cakephp.org/articles/view/brief-overview-of-the-new- > emailcomponent) but I have not managed to apply it because e-mail does > not send. Simply I want to be able to send e-mails with text only. > How I can do it? > Do you Know any link or tutorial where it explains? > Have I configure anything to be able to send e-mails? > Thanks and regards > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
