Answer the question
In order to leave comments, you need to log in
What should be used for the task?
There is a notification model (t.text :description, t.datetime :time_sending) that sends a notification.description to user.email according to the time from notification.time_sending. Recommend a gem :) Thank you!
Answer the question
In order to leave comments, you need to log in
You need ActionMailer and DelayedJob (possible through ActionJob) and direct hands.
Periodically run a Rake task with SELECT time_sending for a certain period of time and if there are records, then send them . The mailing will be approximately at time_sending.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question