C-era, I have the script for you (SMS, that is). I use breathe.com to
send SMS to UK networks: it delivers fast, the only problem has been its very
slow interface. So I created a
Fast SMS
script. You can check it out online, and download the source (GPL) from that URL. There's info about it
on that page, and a shameless plug on my
home node.
It is currently designed to run as a CGI prog, but can be modified with ease to work in a way like:
send_sms($number, $message);
The script is very well commented as well.
The only problem is that Breathe's servers are quite often
busy: so I have now started using the free SMS service at
Lycos UK, however this would be harder to automate.
Nevertheless, my Fast SMS script is still very useful, IMHO.
If you actually have access to the phone that you're going to be sending the message to, you can sign up
with BT Cellnet Genie (available to all networks, not just Cellnet).
This gives you an e-mail address where all received messages are sent to your phone.
Hope this helps.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.