mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-21 07:20:56 -04:00
Use "from" address on error pages.
Use "from" address instead of SMTP username on error pages.
This commit is contained in:
parent
fe49d9e060
commit
d37fca437d
@ -9,7 +9,7 @@
|
|||||||
<div class="container" style="min-height:400px">
|
<div class="container" style="min-height:400px">
|
||||||
<h3>{{ trans('texts.error_title') }}...</h3>
|
<h3>{{ trans('texts.error_title') }}...</h3>
|
||||||
<h4>{{ $error }}</h4>
|
<h4>{{ $error }}</h4>
|
||||||
<h4>{{ trans('texts.error_contact_text', ['mailaddress' => env('CONTACT_EMAIL', env('MAIL_USERNAME'))]) }}</h4>
|
<h4>{{ trans('texts.error_contact_text', ['mailaddress' => env('CONTACT_EMAIL', env('MAIL_FROM_ADDRESS'))]) }}</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user