2require_once
'Services/Notifications/classes/class.ilNotificationHandler.php';
10 $sender_id = (isset($notification->handlerParams[
'mail'][
'sender']) ? $notification->handlerParams[
'mail'][
'sender'] : ANONYMOUS_USER_ID);
11 include_once
'Services/Mail/classes/class.ilMail.php';
12 $mail =
new ilMail($sender_id);
13 $mail->appendInstallationSignature(
true);
15 $notification->user->getLogin(),
19 $notification->longDescription,
An exception for terminatinating execution or to throw for unit testing.
This class handles base functions for mail handling.
Base class for notification handlers.
Notification handler for sending notifications the to recipients email address.
notify(ilNotificationObject $notification)
A concrete notification based on the ilNotificationConfiguration and returned by ilNotificationConfig...