Use "from" address on error pages.

Use "from" address instead of SMTP username on error pages.
This commit is contained in:
vidit10 2017-05-18 15:12:06 -04:00 committed by GitHub
parent fe49d9e060
commit d37fca437d

View File

@ -9,7 +9,7 @@
<div class="container" style="min-height:400px">
<h3>{{ trans('texts.error_title') }}...</h3>
<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>