That's about as easy as you're going to get. The Email Component is
pretty straightforward. If you're looking for a really easy way to
send simple emails, just use the PHP mail() function.

http://www.php.net/manual/en/function.mail.php

On Jul 30, 1:27 pm, Abraham Boray <[email protected]> wrote:
> Well that doesn't help me out , i'm new in CakePHP .
> And I'd like to see a very very simple example to start with =)
>
> I searched the web ,but without getting the point "HOW TO SEND MAIL
> WITH CAKEPHP'
> Hope u undestand me guys
> Regards
> Abraham
>
> On Jul 30, 3:10 pm, brian <[email protected]> wrote:
>
>
>
> > Have a look at 
> > thishttp://bakery.cakephp.org/articles/view/brief-overview-of-the-new-ema...
>
> > On Thu, Jul 30, 2009 at 10:43 AM, Abraham Boray<[email protected]> 
> > wrote:
>
> > > Hey Guys
>
> > > I have a Contact form Like this :
>
> > > <form action="comments/UserMailToME" method="post"
> > > name="ContactMeBoard" id="ContactMeBoard">         <label
> > > for="textfield">name</label>
> > >         <input type="text" name="textfield" id="textfield" />
> > >         <label for="textfield2">e-mail</label>
> > >         <input type="text" name="textfield2" id="textfield2" />
> > >         <label for="a_url">subject</label>
> > >         <input type="text" name="textfield3" id="textfield3" />
> > >         <label for="textarea">comment</label>
> > >         <textarea name="textarea" id="textarea"  rows="5"></textarea>
> > >         <label for="textarea">&nbsp;</label>
> > >         <input name="input2" type="submit" class="button"
> > > value="Send" />
> > >         <input name="input" type="reset" value="Reset"
> > > class="button" />
> > > </form>
>
> > > In which i have this text boxes::
> > > +Name +E-Mail +Subject +Content
>
> > > /
> > > ***************************************************************************
> > >  ********/
> > > And I want the code 4 simple e-mail sending in My "UserMailToME"
> > > action .
>
> > > Regards
> > > Abraham
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to