mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Rewrote all email messages.
This commit is contained in:
@@ -78,7 +78,7 @@ class MailError extends Job implements ShouldQueue
|
||||
$args['ip'] = $this->ipAddress;
|
||||
|
||||
Mail::send(
|
||||
['emails.error-html', 'emails.error'], $args,
|
||||
['emails.error-html', 'emails.error-text'], $args,
|
||||
function (Message $message) use ($email) {
|
||||
if ($email != 'mail@example.com') {
|
||||
$message->to($email, $email)->subject('Caught an error in Firely III.');
|
||||
|
Reference in New Issue
Block a user