2 require_once
'Services/Notifications/classes/class.ilNotificationHandler.php';
12 $sender_id = (isset($notification->handlerParams[
'mail'][
'sender']) ? $notification->handlerParams[
'mail'][
'sender'] : ANONYMOUS_USER_ID);
13 include_once
'Services/Mail/classes/class.ilMail.php';
14 $mail =
new ilMail($sender_id);
15 $mail->appendInstallationSignature(
true);
17 $notification->user->getLogin(),
21 $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.
This class handles base functions for mail handling.
Create styles array
The data for the language used.
notify(ilNotificationObject $notification)