开发者

remainder application in ruby

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜