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


GSM-SMS documentation  | view source Contained in the GSM-SMS distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

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

Top

Johan Van den Brande <johan@vandenbrande.com>


GSM-SMS documentation  | view source Contained in the GSM-SMS distribution.