开发者

Ruby on rails: is there any gem/plugin which helps to switch between multiple SMS gateways

开发者 https://www.devze.com 2023-02-21 01:48 出处:网络
I am looking for any gem or p开发者_C百科lugin which will help in switching between multiple sms gateways.

I am looking for any gem or p开发者_C百科lugin which will help in switching between multiple sms gateways.

Thanks


I have found the gem action_sms which can be used to switch between the different SMS_gateway providers, by writing adapter for the gateway provider. Its pretty straight forward to implement adapters example is also given in the gem's readme file.


I don't know exactly which SMS services you are using but

SMS on Rails By:Girish Anand and Laksh

have one that can connect to both Email Gateway and Clickatell. Perhaps you can extend that code to suit your needs.

Hope this helps! ;)

0

精彩评论

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