The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

GSM::SMS::Transport::NovelSoft - Send SMS messages via the sms-wap.com service.

DESCRIPTION

Implements a send-only transport for the http://www.sms-wap.com HTTP based SMS center. This is a swiss company and they provide a very nice service.

Also can do PDU messages and as such can be used to send NBS messages.

METHODS

new - Constructor
  my $novelsoft = GSM::SMS::Transport::NovelSoft->new(
    -name=> $name_of_transport,
    -proxy=> $http_proxy,
    -userid=> $userid_credential_for_novelsoft,
    -password=> $password_credential_for_novelsoft,
    -originator=> $originator,
    -smsserver=> $primary_novelsoft_sms_server,
    -backupsmsserver=> $secundary_novelsoft_sms_server,
    -match=> $matching_regex_for_allowed_msisdn
  );
get_info - Return info about the transport

AUTHOR

Johan Van den Brande <johan@vandenbrande.com>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 213:

You forgot a '=back' before '=head1'