Periodic email

How would I code an email that went out every week? Is there a way
built in to action mailer? What about a way to have it go at
different times for different subscribers, but once a week for each?

-Mike

On Fri, Dec 23, 2005 at 09:32:04PM -0500, Mike S. wrote:

How would I code an email that went out every week? Is there a way
built in to action mailer? What about a way to have it go at
different times for different subscribers, but once a week for each?

One approach is to write some service that does db lookups and triggers
emails and then go with cron + script/runner.

marcel