Re: Mailqueue handling .. or instantiating a component from a model

2008-06-06 Thread ianh
Send with a cron job called via the Cake console. You need to have an emailer task (on the bakery or you can grab my copy at http://bin.cakephp.org/saved/33206) and a shell file to be called (a slimmed down version of one I use is at temporarily at http://bin.cakephp.org/view/2108771248). My syst

Mailqueue handling .. or instantiating a component from a model

2008-06-06 Thread stefanski
I'm writing messages into my db's messages-table from different controllers throughout my app using various functions of my Message model. Depending on the user's notification settings, these messages should be sent by email to the user as well and therefore written to a mailqueue-table. I think t