From: friendica Date: Wed, 15 Aug 2012 09:59:17 +0000 (-0700) Subject: extra email enotify logging to help convince dreamhost that they've got breakage... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb188cbdf201a215f89079e5d39c3cc4d7616614;p=friendica.git extra email enotify logging to help convince dreamhost that they've got breakage in one of their queues. --- 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); } }