[google-appengine] SMSLib With Google App Engine

2011-07-11 Thread Rohit Bhat
Hi, I am creating an app that sends an SMS to users based on what they enter on the web page. I am using SMS lib to send the SMS. Now when I use it on my local machine, it can send the SMS because it knows the hardware connected to the local machine. But once I deploy my application to the GAE,

Re: [google-appengine] Re: SMSLib With Google App Engine

2011-07-12 Thread Rohit Bhat
Thanks for the replies. I would want a free application preferably. That's the reason I chose SMSLib. Now although I can send and receive SMSes and perform other functions from my own laptop, the only hindrance is how to integrate it with GAE. So from what I gather, the suggestion by Gubbi see

Re: [google-appengine] Re: SMSLib With Google App Engine

2011-07-12 Thread Rohit Bhat
I'm basically doing this for a project, but I can make use of a dedicated server if need be. The email method is indeed nice and pretty much solves the problem of the GSM module being on a different server. I'll just consult with my other team mates and decide the best option. Thanks for the r