2 require_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,
Notification handler for sending notifications the to recipients email address.
A concrete notification based on the ilNotificationConfiguration and returned by ilNotificationConfig...
Base class for notification handlers.
Class Mail this class handles base functions for mail handling.
notify(ilNotificationObject $notification)