Merge pull request #13671 from annando/issue-12504
Issue 12504: Additional logging for mail notifications
This commit is contained in:
commit
3c35dbcb5f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user