WWW::SMS::IE::aftsms - A module to send SMS messages using the AFT gateway.


o2sms documentation  | view source Contained in the o2sms distribution.

Index


NAME

Top

WWW::SMS::IE::aftsms - A module to send SMS messages using the AFT gateway.

SYNOPSIS

Top

  require WWW::SMS::IE::aftsms;

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

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

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

DESCRIPTION

Top

WWW::SMS::IE::o2sms is a class to send SMS messages via the command line using the AFT gateway.

For more information see WWW::SMS::IE::iesms, http://computer.donutsoft.net/sms/pmwiki.php?n=Main.HomePage

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

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

http://computer.donutsoft.net/sms/pmwiki.php?n=Main.HomePage

AUTHOR

Top

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

COPYRIGHT

Top


o2sms documentation  | view source Contained in the o2sms distribution.