All of the reputable sms gateways do two way messaging - you will need to set up an account at say www.clickatel.com. their api will forward all messages to a url say yourapp/sms/inbox using a post. All you need to do is set-up a url handler to read the form post in the traditional way and this will return the message etc. Very simple.
Regards Martin Webb The information contained in this email is confidential and may contain proprietary information. It is meant solely for the intended recipient. Access to this email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted in reliance on this, is prohibited and may be unlawful. No liability or responsibility is accepted if information or data is, for whatever reason corrupted or does not reach its intended recipient. No warranty is given that this email is free of viruses. The views expressed in this email are, unless otherwise stated, those of the author ________________________________ From: Massimiliano <[email protected]> To: [email protected] Sent: Thu, 12 August, 2010 11:23:50 Subject: [google-appengine] SMS Dear All, is there a way to receive a SMS in a App? I need my clients to send me a info by their mobile and forward it to an email address (or a mobile). (Can you inform me if there is method to send sms too?) Regards Massimiliano -- My email: [email protected] My Google Wave: [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
