http://qs321.pair.com?node_id=606517

rashmi_k28 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: SMS code
by erroneousBollock (Curate) on Mar 26, 2007 at 06:25 UTC
    Need more info.

    Will you be using:
    • a commercial SMS gateway? or
    • ICQ-based free SMS? or
    • mobile phones (or chassis) connected to a PC? or
    • something else?
    The email-triggering part is easy, either use:
    • .forward files in your SMTP daemon to launch a perl script, or
    • write a mail server based on Net::SMTP::Server.
    -David.
Re: SMS code
by jettero (Monsignor) on Mar 26, 2007 at 10:59 UTC

    If simple is your goal, you might look at Net::SMTP::OneLiner. I wrote that a while ago to get some silly php programmer to stop saying php is better because you can send mail in one line... It doesn't do attachments or anything, but that sounds about right for email based SMS messages.

    -Paul

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: SMS code
by chanakya (Friar) on Mar 26, 2007 at 06:15 UTC
    rashmi_k28

    I guess this is your first post on Perlmonks. Welcome to the wonderful Perl community.

    Now coming to your question, what is that you are looking for..?

    * What are you trying to ask us, Please note that we are not here to do your homework, we are here only to help.
    * Please post your code, so that other people can look and point you in the right direction.
    * Before posting your queries, look at Writeup Formatting Tips
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: SMS code
by Polonius (Friar) on Mar 26, 2007 at 11:54 UTC

    Have you tried CPAN?

    Polonius
A reply falls below the community's threshold of quality. You may see it by logging in.