NAME
SMS::Send::Nexmo - SMS::Send backend for the Nexmo.com SMS service.
VERSION
version 0.11
SYNOPSIS
# Create a testing sender
my $send = SMS::Send->new( 'CSoft',
_login => 'csoft username',
_password => 'csoft pin' );
# Send a message
$send->send_sms(
text => 'Hi there',
to => '+61 (4) 1234 5678',
);
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
SMS::Send driver for sending SMS messages with the Connection Software (http://www.csoft.co.uk/) SMS service.
DESCRIPTION
Installing this module will also install almost all the modules you'll need to run OTRS.
Note that OTRS itself also ships some CPAN modules in Kernel/cpan-libs, these modules will not be required by Task::OTRS. See for the bundled list of modules in OTRS Module::OTRS::CoreList.
The only module that you need to run OTRS but that will not be installed is the database driver, because OTRS supports multiple database backends. So after you're done installing Task::OTRS you might also want to install the database driver for your DMBS of choice:
NAME
SMS::Send::CSoft - SMS::Send driver to send via the Connection Software service
VERSION
version 1.111490
METHODS
CONSTRUCTOR
This constructor should not be called directly. See SMS::Send for details.
SEE ALSO
SMS::Send(3), SMS::Send::Driver(3)
Connection Software Website: http://www.csoft.co.uk/
AUTHOR
Mark Hindess <soft-cpan@temporalanomaly.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Mark Hindess.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
AUTHOR
Michiel Beijen <michiel.beijen@gmail.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2011 by OTRS BV.
This is free software, licensed under:
The GNU Affero General Public License, Version 3, November 2007