I would recommend using Twilio's SMS API. I've built multiple GAE apps
with Twilio integration.

They even have Python and Java libraries to make integration easier.

Cost is $.03 for each message (inbound as well as outbound).



On Aug 12, 10:14 am, Nikita Srivastava <[email protected]> wrote:
> I am not sure how this works in the rest of the world, but in the
> subcontinent, it's the user who pays. Sometimes the services charge a very
> nominal monthly charge, but usually there is no per SMS charge for the app
> developer. I think it works similarly elsewhere too.
>
> On Thu, Aug 12, 2010 at 6:07 PM, Massimiliano <
>
>
>
> [email protected]> wrote:
> > I can't understand, can I receive sms for free with this service?
>
> > Regards
>
> > Max
>
> > 2010/8/12 Martin Webb <[email protected]>
>
> > All of the reputable sms gateways do two way messaging - you will need to
> >> set up an account at saywww.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]<google-appengine%2Bunsubscrib
> >>  [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]<google-appengine%2Bunsubscrib
> >>  [email protected]>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/google-appengine?hl=en.
>
> > --
>
> > 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]<google-appengine%2Bunsubscrib 
> > [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.

Reply via email to