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
commit 3c35dbcb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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