I'm building an app that needs to send MMS messages in Ruby on Rails. I really don't want to have the user enter his carrier or anything like that - just gather his phone number and send accordingly.
I'm running on Heroku, but unfortunately the SMS solution that they provide (Moonshado) doesn't do MMS.
I've done a little Googling, but don't find an MMS gateway that I can use that works regardless of carrier.
Any suggestions?