Merge pull request #13671 from annando/issue-12504

Issue 12504: Additional logging for mail notifications
This commit is contained in:
Hypolite Petovan
2023-11-25 18:20:15 -05:00
committed by GitHub

View File

@@ -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);
}