I need to write an app to send SMS messages to the most mobile
companies I can, like Gmail does.
I'd see this app [1], but it has no files in the repository.
Does somebody knows a code, tool or something about this? (I wanna
write only what is left)
--
Marinho Brandão (José Mário)
http://marinho.webdoisonline.com/
http://code.google.com/p/django-sms/
2008/1/18, Marinho Brandao <mar...@gmail.com>:
You know that you can send SMS messages to most phones using an e-mail
address ?
The exact domain name is specific to each mobile phone provider. This
information can be obtained from the provider's web site.
For more : http://en.wikipedia.org/wiki/SMS_gateways
I don't know if this would fit your requirement, but it is a quick and
easy solution.
Otherwise there are several SMS gateways (with remote API) that will
charge a fee for every relayed SMS message.
I am thinking of Clickatell (http://www.clickatell.com/)
--
David
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com
> To unsubscribe from this group, send email to django-users...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
> > I'd see this app [1], but it has no files in the repository.
> >
> > Does somebody knows a code, tool or something about this? (I wanna
> > write only what is left)
Thing is you need to stick to one of the API of SMS-Gateway providers,
there is no universal API/Tool for this.
--
Anton P. Linevich
afaik clickatell can receive sms messages on your behalf and trigger
some sort of callback to your server. not sure how it works though.
> If not, you can just use internet SMS gateways like clickatell to do
> the work, and post to them by HTTP, XML or email. The cost is about
> 6-8 cents per SMS. There are cheaper services, but not always
> reliable. If you need to host your own GSM device, you can use
> software like [url]http://www.kannel.org[/url] (GPL Open Source) or
> [url]http://www.visualgsm.com[/url].
can you share some other service names, not necessarily cheaper but
with a decent api like clickatell has?
thx
papa
They can also received texts on your behalf and will ping your servers with
the messages.
If you sign up they give you a free account for a while, if this isn't
enough call them and explain the situation, they gave us 1500 free text's to
use whilst we developed the system.
Been very impressed by them
Mat