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

NAME

sendalertsms - App::MonM script for sending Alert SMS

VERSION

Version 1.02

SYNOPSIS

    sendalertsms [-n DSN | -s SID] [-u USER] [-p PASSWORD] [-q SQL] 
        <79XXXXXXXXX> <subject> <message>

    Type sendalertsms -h or sendalertsms -? for more information

DESCRIPTION

Example:

    sendalertsms -s SID -u USER -p PASSWORD
        -q "SELECT PP.CC_JOBSMS.CREA('[PHONE]', 12780 ,'[MESSAGE]') FROM DUAL"
        79037011110 "Test subject" "Test message"

SQL Example:

    SELECT '[PHONE]' PHONE, '[SUBJECT]' SUBJECT, '[MESSAGE]' MESSAGE FROM DUAL

DEPENDENCES

DBI, DBD::Oracle

AUTHOR

Serz Minus (Lepenkov Sergey) http://www.serzik.com <minus@mail333.com>.

COPYRIGHT

Copyright (C) 1998-2014 D&D Corporation. All Rights Reserved

LICENSE

This program is distributed under the GNU GPL v3.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE file