mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #3075
This commit is contained in:
@@ -83,7 +83,7 @@ class MailError extends Job implements ShouldQueue
|
||||
$args,
|
||||
function (Message $message) use ($email) {
|
||||
if ('mail@example.com' !== $email) {
|
||||
$message->to($email, $email)->subject('Caught an error in Firely III');
|
||||
$message->to($email, $email)->subject('Caught an error in Firefly III');
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user