I am working with the rufus schedular to send sms every day, but I want to send the sms every day at 5 pm, I checked in the whenever gem and I can do something like:
every find_day.to_sym, :at => time do
rake "followup_mail:send_mass_email[#{massemail.id}]"
end
Time can be like "4:20am".
Any suggestions on how to set this up with rufus scheduler.
Try following solution: