Pārlūkot izejas kodu

Update MAIL_EHLO_DOMAIN variable

Daniel Supernault 2 gadi atpakaļ
vecāks
revīzija
92f34d047e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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'),
 
     /*
     |--------------------------------------------------------------------------