mirror of
https://github.com/friendica/friendica
synced 2025-01-03 19:22:18 +00:00
Merge pull request #13671 from annando/issue-12504
Issue 12504: Additional logging for mail notifications
This commit is contained in:
commit
3c35dbcb5f
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue