mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
Include IP in error message.
This commit is contained in:
@@ -76,7 +76,7 @@ class MailError extends Job implements ShouldQueue
|
|||||||
$args = $this->exception;
|
$args = $this->exception;
|
||||||
$args['loggedIn'] = $this->userData['id'] > 0;
|
$args['loggedIn'] = $this->userData['id'] > 0;
|
||||||
$args['user'] = $this->userData;
|
$args['user'] = $this->userData;
|
||||||
$args['ip'] = $this->ipAddress;
|
$args['ipAddress'] = $this->ipAddress;
|
||||||
if ($this->attempts() < 3) {
|
if ($this->attempts() < 3) {
|
||||||
try {
|
try {
|
||||||
Mail::send(
|
Mail::send(
|
||||||
|
Reference in New Issue
Block a user