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 systems save emails to an emails table (needs care not to confuse Cake by calls to $this->Email the component and $this->Email the model) with a sent flag as false. The cron job is called via Cakes console every few mins, scans for unset emails and sends them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
