Skip Menu |

This queue is for tickets about the SMS-Send CPAN distribution.

Report information
The Basics
Id: 120560
Status: new
Priority: 0/
Queue: SMS-Send

People
Owner: Nobody in particular
Requestors: t.p.taeza [...] icloud.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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 ของฉัน