diff --git a/notifications/inc/class.notifications.inc.php b/notifications/inc/class.notifications.inc.php index e4adb9017e..2afdd6637a 100644 --- a/notifications/inc/class.notifications.inc.php +++ b/notifications/inc/class.notifications.inc.php @@ -443,7 +443,7 @@ final class notifications { }*/ } catch (Exception $exception_user) { - //error_log('Error: notification of receiver '.$receiver->handle.' failed: '.$exception_user->getMessage()); + error_log('Error: notification of receiver '.$receiver->handle.' failed: '.$exception_user->getMessage()); } } return true; diff --git a/notifications/templates/default/checkmailbox.xet b/notifications/templates/default/checkmailbox.xet new file mode 100644 index 0000000000..8cfe73d383 --- /dev/null +++ b/notifications/templates/default/checkmailbox.xet @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file