From 92f34d047e76155b39bfafa756b83f17d2ddb735 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 8 Jan 2023 13:45:28 -0700 Subject: [PATCH] Update MAIL_EHLO_DOMAIN variable --- config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mail.php b/config/mail.php index 262611d9b..4baa90ec8 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_EHLO_DOMAIN'), /* |--------------------------------------------------------------------------