Kernel::System::Ticket::Event::NotificationEvent::Transport::OTRSCustomContactFieldsEmail

NAME

Kernel::System::Ticket::Event::NotificationEvent::Transport::OTRSCustomContactFieldsEmail – email transport layer

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::OTRSCustomContactFieldsEmail');
Scroll to Top