NAME
    SMS::Send::CSoft - SMS::Send driver to send via the Connection Software
    service

VERSION
    version 1.111490

SYNOPSIS
      # Create a testing sender
      my $send = SMS::Send->new( 'CSoft',
                                 _login => 'csoft username',
                                 _password => 'csoft pin' );

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

DESCRIPTION
    SMS::Send driver for sending SMS messages with the Connection Software
    (http://www.csoft.co.uk/) SMS service.

METHODS
  CONSTRUCTOR
    This constructor should not be called directly. See SMS::Send for
    details.

SEE ALSO
    SMS::Send(3), SMS::Send::Driver(3)

    Connection Software Website: http://www.csoft.co.uk/

AUTHOR
    Mark Hindess <soft-cpan@temporalanomaly.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2010 by Mark Hindess.

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