|
NAMESMS::Send::TW::Socket2Air - SMS::Send driver for HiNet Socket2AirSYNOPSISuse SMS::send;my $sender = SMS::Send->new('TW::Socket2Air', _username => 'UserName', _password => 'Password', _proxy_host => 'proxy.to.specified', _proxy_port => 3128, _proxy_type => 'http', ); my $sent = $sender->send_sms( text => 'My very urgent message', to => '0912345678', ); DESCRIPTIONSMS::Send::TW::Socket2Air is a SMS::Send driver which allows you to send messages through <http://sms.hinet.net/new/>.METHODSnewThe "new" method takes a few parameters. "_username" and "_password" > are mandatory.send_smsTakes "to" as recipient phonenumber, and "text" as the utf-8 encoded text that's supposed to be delivered.SEE ALSO
AUTHORJui-Nan Lin, <jnlin@csie.nctu.edu.tw>COPYRIGHT AND LICENSECopyright (C) 2010 by Jui-Nan LinThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |