I presume you're talking about SMS messages.

What you need is a carrier that will do the sending over the network. That carrier will have an API. For a previous employer, I wrote an interface for $CARRIER - which wasn't any more difficult than sending an XML document over HTTP, using basic HTTP authentication, and a message digest + shared secret for authorization. LWP, some XML module and Digest::MD5 was needed.

It was pretty trivial to write, so I never bothered to cut throught $WORK[-1]'s red tape to get the non business-logic released on CPAN. The hardest part was figuring out what was missing from $CARRIER's spec, and which parts $CARRIER had forgotten to implement. ;-)

The most important document you need is your $CARRIER's spec.


In reply to Re: seeking perl monks wisdom... mobile alerts by JavaFan
in thread seeking perl monks wisdom... mobile alerts by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.