The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

Version 0.02

SYNOPSIS

  # Create a testing sender
  my $send = SMS::Send->new( 'Clickatell' );
  
  # Send a message
  $send->send_sms(
        text => 'Hi there',
        to   => '+447700900999',
        );

DESCRIPTION

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

Brian McCauley, <nobull at cpan.org>

BUGS

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

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

    perldoc SMS::Send::Clickatell

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2008 Brian McCauley, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.