mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fix up email sending and add more notifications to the panel.
Closes #265
This commit is contained in:
@@ -19,4 +19,4 @@ if (! empty($outroLines)) {
|
||||
}
|
||||
|
||||
echo 'Regards,', "\n";
|
||||
echo Settings::get('company'), "\n";
|
||||
echo Settings::get('company', 'Pterodactyl Panel'), "\n";
|
||||
|
||||
@@ -71,7 +71,7 @@ $style = [
|
||||
<tr>
|
||||
<td style="{{ $style['email-masthead'] }}">
|
||||
<a style="{{ $fontFamily }} {{ $style['email-masthead_name'] }}" href="{{ url('/') }}" target="_blank">
|
||||
{{ Settings::get('company') }}
|
||||
{{ Settings::get('company', 'Pterodactyl Panel') }}
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -176,7 +176,7 @@ $style = [
|
||||
<td style="{{ $fontFamily }} {{ $style['email-footer_cell'] }}">
|
||||
<p style="{{ $style['paragraph-sub'] }}">
|
||||
© {{ date('Y') }}
|
||||
<a style="{{ $style['anchor'] }}" href="{{ url('/') }}" target="_blank">{{ Settings::get('company') }}</a>.
|
||||
<a style="{{ $style['anchor'] }}" href="{{ url('/') }}" target="_blank">{{ Settings::get('company', 'Pterodactyl Panel') }}</a>.
|
||||
All rights reserved.
|
||||
</p>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user