通过短信网关发送短信www.smsmatrix.com
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过短信网关发送短信www.smsmatrix.com相关的知识,希望对你有一定的参考价值。
send SMS to any mobile phone number (or a list) worldwide.
use LWP::UserAgent; use HTTP::Request::Common; my $ua = LWP::UserAgent->new(); my $res = $ua->request ( POST 'http://www.smsmatrix.com/matrix', Content_Type => 'application/x-www-form-urlencoded', 'password' => 'pass7782', 'callerid' => '12501231233', # optional (for 2-way sms) 'phone' => '12506063167', 'txt' => 'this is a test' ] );
以上是关于通过短信网关发送短信www.smsmatrix.com的主要内容,如果未能解决你的问题,请参考以下文章