SMS::MT::Service::Simplewire - SMS::MT plugin module. |
SMS::MT::Service::Simplewire - SMS::MT plugin module.
use SMS::MT;
my $sm = new SMS::MT('UID' => 'joeblow', 'PWD' => 'secret', 'PLUGIN' => 'Simplewire');
This package contains a class for creating a standalone object or an object that acts as a plugin for a SMS::MT receptor object. See the SMS::MT documentation for details. This class sends mobile terminated SMS's via the interfaces of http://www.simplewire.com .
get_max_text_length()
get_service_name()
get_last_error_code()
96 Blocked account 97 Parameter syntax error 98 Insufficient balance 99 Login failed
get_last_error_message()
get_last_error_code
.
send_groupicon()
send_logo()
send_picture()
send_ringtone()
send_text()
All send*() methods support optional parameters that are passed as a reference to a hash.
Below is a list of all supported optional parameter keys and what kind of values are to be associated with them.
send_text()
has been tested. The rest have
not been tested because I do not have an account that lets me do that at
Simplewire. Maybe somebody else can test these methods.
Craig Manley c.manley@skybound.nl
Copyright (C) 2001 Craig Manley <c.manley@skybound.nl>. All rights reserved. This program is free software; you can redistribute it and/or modify it under under the same terms as Perl itself. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SMS::MT::Service::Simplewire - SMS::MT plugin module. |