Skip to content

SMS::Send::BulkSMS - An SMS::Send driver for the international www.bulksms.com service

License

Notifications You must be signed in to change notification settings

marioct-zz/SMS-Send-BulkSMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

SMS::Send::BulkSMS - SMS::Send driver for the International BulkSMS service

SYNOPSIS

use SMS::Send;
my $sender = SMS::Send->new('BulkSMS',
    _login    => 'foo',
    _password => 'bar',
);

my $sent = $sender->send_sms(
    'text'    => 'This is a test message',
    'to'      => '+55 (19) 1234 5678',
);

# Did the send succeed.
if ( $sent ) {
    print "Message sent ok\n";
} else {
    print "Failed to send message\n";
}

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

Carp;
HTTP::Tiny
SMS::Send::Driver

COPYRIGHT AND LICENCE

Copyright (C) CPqD 2016 by Mario Celso Teixeira

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.1 or, at your option, any later version of Perl 5 you may have available.

About

SMS::Send::BulkSMS - An SMS::Send driver for the international www.bulksms.com service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages