Kernel::System::Calendar::Event::Transport::SMS

NAME

Kernel::System::Calendar::Event::Transport::SMS – SMS transport layer for appointment notifications

DESCRIPTION

Notification event transport layer.

PUBLIC INTERFACE

new()

create a notification transport object. Do not use it directly, instead use:

    use Kernel::System::ObjectManager;
    local $Kernel::OM = Kernel::System::ObjectManager->new('');
    my $TransportObject = $Kernel::OM->Get('Kernel::System::Calendar::Event::Transport::SMS');
Scroll to Top