diff --git a/src/Navigation/Notifications/Repository/Notify.php b/src/Navigation/Notifications/Repository/Notify.php index 94466abdb2..b7bf818b52 100644 --- a/src/Navigation/Notifications/Repository/Notify.php +++ b/src/Navigation/Notifications/Repository/Notify.php @@ -664,6 +664,8 @@ class Notify extends BaseRepository $email = $emailBuilder->build(); + $this->logger->debug('Send mail', $datarray); + // use the Emailer class to send the message return $this->emailer->send($email); }