| GSM-SMS documentation | view source | Contained in the GSM-SMS distribution. |
GSM::SMS::Transport::NovelSoft - Send SMS messages via the sms-wap.com service.
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.
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
);
Johan Van den Brande <johan@vandenbrande.com>
| GSM-SMS documentation | view source | Contained in the GSM-SMS distribution. |