Explorar o código

Update MAIL_EHLO_DOMAIN variable

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
92f34d047e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'),
 
     /*
     |--------------------------------------------------------------------------