SMS programming

Hernan M. Foffani hfoffani at yahoo.com
Wed Apr 11 06:51:23 EDT 2001


Daniel <Daniel.Kinnaer at Advalvas.be> wrote:
> Is it possible using Python to create a script that sends SMS messages
> to mobile phones and pagers?  Are there any examples?

The problem is not the language, but to "whom" you'll connect to send
the messages. Once you know the protocol finding the right tool will be
straightforward.

If you can send SMS via an email protocol, Python along SMTP module
can do.

-Hernan



More information about the Python-list mailing list