diff --git a/include/enotify.php b/include/enotify.php index 5109914762..07e091d3a9 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -495,6 +495,7 @@ class enotify { $multipartMessageBody, // message body $messageHeader // message headers ); + logger("notification: enotify::send header " . $header, LOGGER_DEBUG); logger("notification: enotify::send returns " . $res, LOGGER_DEBUG); } }