mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #3075
This commit is contained in:
parent
7f3522339c
commit
635ef0de77
@ -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');
|
||||
}
|
||||
}
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
{% include 'emails.header-html' %}
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
Welkome to <a style="color:#337ab7" href="{{ address }}">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!
|
||||
Welcome to <a style="color:#337ab7" href="{{ address }}">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{% include 'emails.header-text' %}
|
||||
Welkome to Firefly III. Your registration has made it, and this email is here to confirm it. Yay!
|
||||
Welcome to Firefly III. Your registration has made it, and this email is here to confirm it. Yay!
|
||||
|
||||
* If you have forgotten your password already, please reset it using the password reset tool.
|
||||
* There is a help-icon in the top right corner of each page. If you need help, click it!
|
||||
|
Loading…
Reference in New Issue
Block a user