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

NAME

VBTK::Actions::Email::Page - A sub-class of VBTK::Actions::Email for sending pager notifications via email

SYNOPSIS

  $t = new VBTK::Actions::Page (
    Name         => 'pageMe',
    Email        => 'page.me@nowhere.com' );

DESCRIPTION

The VBTK::Actions::Page is a simple sub-class off the VBTK::Actions class. It is used to define an pager notification action. It accepts all of the same paramters as VBTK::Actions, but will appropriately default most if not specified. It is essentially identical to VBTK::Actions::Email except that it defaults the 'LimitToEvery' and 'SendUrl' parms differently to better work with sending email to a pager or other wireless device.

METHODS

The following methods are supported

$s = new VBTK::Actions (<parm1> => <val1>, <parm2> => <val2>, ...)

The allowed parameters are the same as for the VBTK::Actions::Email module except that it defaults the following parameters as specified below:

LimitToEvery
    LimitToEvery => '10 min',
SendUrl
    SendUrl => 0,

SEE ALSO

VBTK::Server
VBTK::Parser
VBTK::Actions
VBTK::Actions::Email
Mail::Sendmail

AUTHOR

Brent Henry, vbtoolkit@yahoo.com

COPYRIGHT

Copyright (C) 1996-2002 Brent Henry

This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation available at: http://http://www.gnu.org/copyleft/gpl.html

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.