Browse Source

Update MAIL_EHLO_DOMAIN variable

Daniel Supernault 2 years ago
parent
commit
92f34d047e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/mail.php

+ 1 - 1
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'),
 
     /*
     |--------------------------------------------------------------------------