This commit is contained in:
James Cole
2020-02-03 20:00:02 +01:00
parent 7f3522339c
commit 635ef0de77
3 changed files with 3 additions and 3 deletions

View File

@@ -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');
}
}
);