通过短信网关发送短信www.smsmatrix.com

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过短信网关发送短信www.smsmatrix.com相关的知识,希望对你有一定的参考价值。

send SMS to any mobile phone number (or a list) worldwide.
  1. use LWP::UserAgent;
  2. use HTTP::Request::Common;
  3.  
  4. my $ua = LWP::UserAgent->new();
  5. my $res = $ua->request
  6. (
  7. POST 'http://www.smsmatrix.com/matrix',
  8. Content_Type => 'application/x-www-form-urlencoded',
  9. Content => [ 'username' => '[email protected]',
  10. 'password' => 'pass7782',
  11. 'callerid' => '12501231233', # optional (for 2-way sms)
  12. 'phone' => '12506063167',
  13. 'txt' => 'this is a test' ]
  14. );
  15.  
  16. if ($res->is_error) { die "HTTP Error "; }
  17. print "Matrix API Response: " . $res->content . " ";

以上是关于通过短信网关发送短信www.smsmatrix.com的主要内容,如果未能解决你的问题,请参考以下文章

发送短信

用DELPHI做短信发送功能

Java 发送和接收短信。免费短信网关?

有没有办法通过 FreeSWITCH 上的网关桥接短信?

2018 07 短信认证网关的具体实现

阿里大于发送短信(java)