<<

NAME

C4::SMS - send SMS messages

SYNOPSIS

my $success = C4::SMS->send_sms( message => 'This is my text message', destination => '212-555-1212' );

DESCRIPTION

METHODS

send_sms

driver

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 55:

Unknown directive: =over4

Around line 57:

=back without =over

<<