Date: | Thu, 09 Mar 2017 03:42:26 +0700 |
To: | bug-SMS-Send [...] rt.cpan.org |
From: | Mastae Solo Chanhom <t.p.taeza [...] icloud.com> |
# Create a sender my $sender = SMS::Send->new('SomeDriver', _login => 'myname', _password => 'mypassword', ); # Send a message my $sent = $sender->send_sms( text => 'This is a test message', to => '+61 (4) 1234 5678', ); # Did the send succeed. if ( $sent ) { print "Message sent ok\n"; } else { print "Failed to send message\n"; }
ส่งจาก iPhone ของฉัน