How about a ScheduledEmail model, then a rake task to check the
scheduled emails every 5 mins and send any that need sending.
-- tim
I *think* you can defer by a time, if not I can't imagine it would be
hard to add
(or starling/activemessaging/etc...)
Xav
On 27/05/2008, at 11:51 AM, Alan Harper wrote:
>
> Maybe base something on:
> http://github.com/tobi/delayed_job/tree/master
>
> I *think* you can defer by a time, if not I can't imagine it would be
> hard to add
Perfect, is now doing exactly what I want. Yes a patch was needed (http://www.github.com/aussiegeek/delayed_job
)
Dylan.