Kernel::System::Calendar::Event::Transport::Email

NAME

Kernel::System::Calendar::Event::Transport::Email – email 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:

    my $TransportObject = $Kernel::OM->Get('Kernel::System::Ticket::Event::NotificationEvent::Transport::Email');
Scroll to Top