You need to write a controller function that processes and sends the emails and then call it from a cron job (which is set up on the server, so outside of CakePHP). Ideally you'd write a shell task inside Cake that triggers the function and call that from the cron job instead.
Jeremy Burns Class Outfit http://www.classoutfit.com On 17 Jan 2013, at 07:49:59, Olufemi Oluoje <[email protected]> wrote: > Hello People, > Please am kind of new to cakephp, I need your help. > As a platform to learn cakephp, I plan to develop an app that remind you of > your task that you input with the date you fill in so the app can remind you > thrpugh email on that day. > > App have done it to a stage of adding the task to the aplication. > > My major problem is how will i go about the app sending email on the day the > user ask it to remind him/her > > Please Help with this > > Thanks in Advance > > Unique > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > 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]. > Visit this group at http://groups.google.com/group/cake-php?hl=en. > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- 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]. Visit this group at http://groups.google.com/group/cake-php?hl=en.
