Re: SMS code examples

2008-07-14 Thread [EMAIL PROTECTED]
Remember, django is just python, so you can use httplib or urllib to do whatever http work you need to. On Jul 14, 12:00 pm, "John Handelaar" <[EMAIL PROTECTED]> wrote: > Hola > > I'm looking to use an SMS service provider to allow users to 'register' > their cell phones to receive updates.  The

SMS code examples

2008-07-14 Thread John Handelaar
Hola I'm looking to use an SMS service provider to allow users to 'register' their cell phones to receive updates. The registration is necessary in the same way that email confirmation is necessary. Available gateways here (UK and Ireland) all seem to have HTTP POST gateways for this sort of th