NAME
aspsms - A simple script to ASPSMS services (using Net::SMS::ASPSMS)
VERSION
This document describes aspsms version 0.1.6
SYNOPSIS
aspsms [option] ...
echo "Hello" | aspsms --userkey=MyUserKey --password=SecReT \
--originator=Me --recipient=+5150123456
export ASPSMS_USERKEY="MyUserKey"
export ASPSMS_PASSWORD="SecReT"
echo "Hello" | aspsms --originator=Me --recipient=+5150123456
aspsms --operation=show_credits
aspsms show_credits
OPTIONS
- --help
-
Print a help message describing all of aspsms’s command-line options.
- --man
-
Prints the manual page of aspsms
- --version
-
Display the version of aspsms.
- --operation=OP
-
The operation to be done. Currently, only show-credits and send-text-sms are implemented. The option can also be taken from the file name (just make a symbolic link named
aspsms-op
to the script (e.g. aspsms-send-text-sms). You can also give the operation as the first non-option argument (e.g.aspsms send-text-sms
)If no operation is specified,
send-text-sms
is used by default. - --encoding=ENCODING
-
When sending message using the send-text-sms, the message is sopposed to en encoded using
ENCODING
. Defaults: UTF-8. Use ISO-8859-1 for latin1. - --userkey=USER_KEY
-
The userkey can also be specified using the
ASPSMS_USERKEY
environment variable. No default is offered. - --password=PASSWORD
-
The password can also be specified using the
ASPSMS_PASSWORD
environment variable. No default is offered - --originator=ORIGINATOR
-
The originator can also be specified using the
ASPSMS_ORIGINATOR
environment variable. No default is offered. - --recipient-phone-number=PHONE_NUMBER
-
Note, you can also shorten this option as long as it is uniquely identified (e.g --recipient=...). No default is offered.
DESCRIPTION
There are no known bugs in this script. Please report problems to Jacques Supcik <supcik@cpan.org>
. Patches are welcome.
AUTHOR
Jacques Supcik <supcik@cpan.org>
LICENCE AND COPYRIGHT
Copyright (c) 2013, Jacques Supcik <supcik@cpan.org>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 121:
Non-ASCII character seen before =encoding in 'aspsms’s'. Assuming UTF-8