WWW::SMS::IE::meteorsms - A module to send SMS messages using the website of


o2sms documentation  | view source Contained in the o2sms distribution.

Index


NAME

Top

WWW::SMS::IE::meteorsms - A module to send SMS messages using the website of Meteor Ireland

SYNOPSIS

Top

  require WWW::SMS::IE::iesms;
  require WWW::SMS::IE::meteorsms;

  my $carrier = new WWW::SMS::IE::meteorsms;

  if ($carrier->login('0871234567', 'password'))
  {
    my $retval = $carrier->send('+353865551234', 'Hello World!');

    if (!$retval)
    {
      print $carrier->error() . "\n";
    }
  }

DESCRIPTION

Top

WWW::SMS::IE::meteorsms is a class to send SMS messages via the command line using the website of Meteor Ireland -- http://www.meteor.ie/

For more information see WWW::SMS::IE::iesms

DISCLAIMER

Top

The author accepts no responsibility nor liability for your use of this software. Please read the terms and conditions of the website of your mobile provider before using the program.

SEE ALSO

Top

WWW::SMS::IE::iesms, WWW::SMS::IE::meteorsms, WWW::SMS::IE::meteorsms

http://www.mackers.com/projects/o2sms/

AUTHOR

Top

David McNamara (me.at.mackers.dot.com)

COPYRIGHT

Top


o2sms documentation  | view source Contained in the o2sms distribution.