From c895150ed51a223ee5dae455ee0aa7bdaa76523d Mon Sep 17 00:00:00 2001 From: Trankten <86560527+trankten@users.noreply.github.com> Date: Wed, 28 Dec 2022 11:31:47 +0100 Subject: [PATCH] Update mail.php lowercase ENV --- config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mail.php b/config/mail.php index 2e88c824d..262611d9b 100644 --- a/config/mail.php +++ b/config/mail.php @@ -99,7 +99,7 @@ return [ | if not present by authenticating the sender domain instead the host. | */ - 'local_domain' => ENV('MAIL_SMTP_EHLO'), + 'local_domain' => env('MAIL_SMTP_EHLO'), /* |--------------------------------------------------------------------------