开发者

remainder application in ruby

开发者 https://www.devze.com 2022-12-31 15:44 出处:网络
i want to send develop a web app in ruby on rails . which wil send the remainder to the mail and mobile tooo . can some body help me out

i want to send develop a web app in ruby on rails . which wil send the remainder to the mail and mobile tooo . can some body help me out

thanks开发者_如何学编程 in advance


The easy way I would do it is have a scheduler that would sent reminders.

There's several schedulers available. Here's one: http://github.com/jmettraux/rufus-scheduler

For the mailer, you can use the provided mailer in Rails; ActionMailer::Base (http://api.rubyonrails.org/classes/ActionMailer/Base.html)

0

精彩评论

暂无评论...
验证码 换一张
取 消