Sending SMS messages

99 views
Skip to first unread message

Marinho Brandao

unread,
Jan 18, 2008, 1:31:14 PM1/18/08
to django...@googlegroups.com
Hello everybody,

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/

Marinho Brandao

unread,
Jan 18, 2008, 1:31:48 PM1/18/08
to django...@googlegroups.com
sorry, the [1] is this:

http://code.google.com/p/django-sms/

2008/1/18, Marinho Brandao <mar...@gmail.com>:

David Marquis

unread,
Jan 18, 2008, 2:39:44 PM1/18/08
to django...@googlegroups.com
Hi,

You know that you can send SMS messages to most phones using an e-mail
address ?

phone_...@carrier.xyz

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
> -~----------~----~----~----~------~----~------~--~---
>

Anton P. Linevich

unread,
Jan 18, 2008, 2:45:58 PM1/18/08
to django...@googlegroups.com
Greeting, Marinho! Fri, Jan 18, 2008 at 04:31:48PM -0200, marinho wrote:

> > 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

John

unread,
Jan 22, 2008, 11:01:54 PM1/22/08
to Django users
Let me try and answer your questions.

Do you need to receive SMS? If you need to receive SMS, you will need
to host your own GSM device or modem so that people can send you SMS.

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].


Regards,
SMS Gateway Expert
http://www.visualtron.com

Papalagi Pakeha

unread,
Jan 22, 2008, 11:27:25 PM1/22/08
to django...@googlegroups.com
On Jan 23, 2008 5:01 PM, John <linw...@hotmail.com> wrote:
>
> Let me try and answer your questions.
>
> Do you need to receive SMS? If you need to receive SMS, you will need
> to host your own GSM device or modem so that people can send you SMS.

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

Mat

unread,
Jan 23, 2008, 10:47:31 AM1/23/08
to django...@googlegroups.com
Very much depends on your country, but have a look at esendex.com they offer
a very good api, I can speak from experience! There isn't a python SDK, but
they have examples in other languages, so it shouldn't be too hard to draft
one up and all there specs are based on standard protocols and are well
documented.

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

Marinho Brandao

unread,
Jan 23, 2008, 11:04:10 AM1/23/08
to django...@googlegroups.com
Hi,

thanks for all, I will check the possibilities :)

2008/1/23, Mat <dja...@wakari.co.uk>:

John

unread,
Jan 26, 2008, 3:07:49 AM1/26/08
to Django users
can you share some other service names, not necessarily cheaper but
with a decent api like clickatell has?

>>> clickatell is the best for price and reliability

Joe Bloggs

unread,
Jan 28, 2008, 4:07:48 AM1/28/08
to django...@googlegroups.com
There is a python API for sending SMS as well as making phone calls, see http://sdk.bt.com , the python bit can be accessed once registered via http://web21c.bt.com/downloads .

Regards,

Joe
Reply all
Reply to author
Forward
0 new messages