SMS::Send::Clickatell - SMS::Send Clickatell Driver


SMS-Send-Clickatell documentation  | view source Contained in the SMS-Send-Clickatell distribution.

Index


NAME

Top

SMS::Send::Clickatell - SMS::Send Clickatell Driver

VERSION

Top

Version 0.02

SYNOPSIS

Top

  # Create a testing sender
  my $send = SMS::Send->new( 'Clickatell' );

  # Send a message
  $send->send_sms(
  	text => 'Hi there',
  	to   => '+447700900999',
  	);

DESCRIPTION

Top

SMS::Send::Clickatel is a very bare-bones driver for SMS::Send for the SMS gateway at www.clickatell.com. It currently supports only the most basic of functionality required by the author so he could use SMS::Send.

If you need more functionality, patches welcome.

AUTHOR

Top

Brian McCauley, <nobull at cpan.org>

BUGS

Top

Please report any bugs or feature requests to bug-sms-send-clickatell at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SMS-Send-Clickatell. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc SMS::Send::Clickatell




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=SMS-Send-Clickatell

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/SMS-Send-Clickatell

* CPAN Ratings

http://cpanratings.perl.org/d/SMS-Send-Clickatell

* Search CPAN

http://search.cpan.org/dist/SMS-Send-Clickatell

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


SMS-Send-Clickatell documentation  | view source Contained in the SMS-Send-Clickatell distribution.