mirror of
https://github.com/friendica/friendica
synced 2025-01-20 19:39:58 +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();
|
$email = $emailBuilder->build();
|
||||||
|
|
||||||
|
$this->logger->debug('Send mail', $datarray);
|
||||||
|
|
||||||
// use the Emailer class to send the message
|
// use the Emailer class to send the message
|
||||||
return $this->emailer->send($email);
|
return $this->emailer->send($email);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue