NAME

WWW::SMS::IE::o2sms - A module to send SMS messages using the website of O2 Ireland


SYNOPSIS

  require WWW::SMS::IE::o2sms;
  my $carrier = new WWW::SMS::IE::iesms;
  if ($carrier->login('o2_user', 'password'))
  {
    my $retval = $carrier->send('+353865551234', 'Hello World!');
    if (!$retval)
    {
      print $carrier->error() . "\n";
    }
  }


DESCRIPTION

the WWW::SMS::IE::o2sms manpage is a class to send SMS messages via the command line using the website of O2 Ireland -- http://www.o2.ie/

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


DISCLAIMER

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

the WWW::SMS::IE::iesms manpage, the WWW::SMS::IE::vodasms manpage, the WWW::SMS::IE::meteorsms manpage

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


AUTHOR

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


COPYRIGHT

Copyright 2000-2006 David McNamara

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.