VBTK::Actions::Email::Page - A sub-class of VBTK::Actions::Email for sending


VBTK documentation  | view source Contained in the VBTK distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

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

Top

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

AUTHOR

Top

Brent Henry, vbtoolkit@yahoo.com

COPYRIGHT

Top


VBTK documentation  | view source Contained in the VBTK distribution.