SMS::Send::AU::MyVodafone

An SMS::Send driver for the myvodafone.com.au website
Download

SMS::Send::AU::MyVodafone Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Adam Kennedy
  • Publisher web site:
  • http://search.cpan.org/~adamk/

SMS::Send::AU::MyVodafone Tags


SMS::Send::AU::MyVodafone Description

An SMS::Send driver for the myvodafone.com.au website SMS::Send::AU::MyVodafone is an SMS::Send driver for the myvodafone.com.au website.SYNOPSIS # Get the sender and login my $sender = SMS::Send->new('AU::MyVodafone', _login => '04 444 444', # Whitespace is ignored _password => 'abcdefg', ); # Send a message to ourself my $sent = $sender->send_sms( text => 'Messages have a limit of 160 chars', to => '+61 4 444 444', ); # Did it send? if ( $sent ) { print "Sent test message "; } else { print "Test message failed "; }SMS::Send::AU::MyVodaphone is an regional SMS::Send driver for Australia that delivers messages via the http://myvodafone.com.au website Web2TXT feature.Using your phone number as a login, and your existing password, this driver allows any Australian with a Vodafone to send SMS messages (with the message cost added to your account).Preparing to Use This DriverAs well as setting up your myvodfone.com.au account and password, the Web2TXT feature requires acceptance of an additional disclaimer and conditions of use form.You must manually accept this disclaimer and conditions before you will be able to use this driver.While we certainly could make the driver do it for you, acceptance of the terms of use implies you understand the cost structure and rules surrounding the use of the Web2TXT feature.DisclaimerOther than dieing on encountering the terms of use form, no other protection is provided, and the authors of this driver take no responsibility for any costs accrued on your phone bill by using this module.Using this driver will cost you money. YOU HAVE BEEN WARNED Requirements: · Perl


SMS::Send::AU::MyVodafone Related Software