I have a Rails app that needs to send SMS messages to users but does not need to receive messages.
Is there a free way to do this programmatically? If so, how free is it - do they charge if you go over a certain number of messages?
I know Gmail allows you to send SMS messages now. But I'm not sure if this means you could also send an SMS from an application through an SMTP connection to Gmail. Has anyone done this?