Ruby on rails: is there any gem/plugin which helps to switch 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! ;)
精彩评论