
SMS::Send::IS::Vodafone - SMS::Send driver for vodafone.is

use SMS::Send;
my $sender = SMS::Send->new("IS::Vodafone");
my $ok = $ender->send_sms(
to => '6811337',
text => 'Y hlo thar',
);
if ($ok) {
print "Yay SMS\n";
} else {
print "Oh noes failure\n";
}

A regional SMS::Send driver for Iceland that deliers messages via http://vodafone.is to any Icelandic cell phone number.


Ævar Arnfjörð Bjarmason <avar@cpan.org>

Copyright 2007-2008 Ævar Arnfjörð Bjarmason.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.