Intergrated support for text messaging from merb

Well, I got board - what can I say!

If you have a signup.to account you can enjoy really seamless intergration with merb for sending messages :)

All you need to to send a SMS is write something like this in one of your controllers:

<code>send_sms(ExampleMessenger, 
               :some_method, 
               { :from => "02UK", 
                 :to => "44123456789" })</code>

Thats pretty dang sweet; its also all very MVC, using its own messaging controllers (complete with generators) and ERB files for the message content. Lovely.

If anyone gets use out of it, I would really love to hear about it - download the gems here

comments powered by Disqus