From d37fca437da26ea16b1e171632fbb8ca04f253c4 Mon Sep 17 00:00:00 2001 From: vidit10 Date: Thu, 18 May 2017 15:12:06 -0400 Subject: [PATCH] Use "from" address on error pages. Use "from" address instead of SMTP username on error pages. --- resources/views/error.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/error.blade.php b/resources/views/error.blade.php index 073720abf895..4d1e0281e483 100644 --- a/resources/views/error.blade.php +++ b/resources/views/error.blade.php @@ -9,7 +9,7 @@

{{ trans('texts.error_title') }}...

{{ $error }}

-

{{ trans('texts.error_contact_text', ['mailaddress' => env('CONTACT_EMAIL', env('MAIL_USERNAME'))]) }}

+

{{ trans('texts.error_contact_text', ['mailaddress' => env('CONTACT_EMAIL', env('MAIL_FROM_ADDRESS'))]) }}