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
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs