/ Published in: Perl
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
use LWP::UserAgent; use HTTP::Request::Common; my $ua = LWP::UserAgent->new(); my $res = $ua->request ( POST 'http://www.smsmatrix.com/matrix_voicew', password => 'pass8988', phone => '12502771720', ## comma delimited list voiceurl => 'http://www.myweb.de/s/welcome.mp3', response => 0, ## optional callerid => '16307791722' ## optional ] );
URL: http://www.smsmatrix.com/?sms-gateway