Skip to content

mbeijen/SMS-Send-Nexmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

SMS::Send::Nexmo - SMS::Send backend for the Nexmo.com SMS service.

VERSION

version 0.22

SYNOPSIS

This is an SMS::Send backend for the http://nexmo.com SMS service. You're not supposed to use this module directly, you should use SMS::Send instead.

DESCRIPTION

It's easy!

# Create a sender
my $send = SMS::Send->new( 'Nexmo',
                           _username => '12345ab6',
                           _password => 'ab1cd2e3',
                           _from     => '0031715793800',
                          );

# Send a message
$send->send_sms(
   text => 'Hi there',
   to   => '+31 6 45742418',
);

This module uses Nexmo::SMS as backend. If you need more advanced functions than just sending messages; please use Nexmo::SMS directly.

AUTHOR

Michiel Beijen michielb@cpan.org

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by OTRS BV.

This is free software, licensed under:

The GNU Affero General Public License, Version 3, November 2007

About

SMS::Send driver for Nexmo.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages