Răsfoiți Sursa

Update MAIL_EHLO_DOMAIN variable

Daniel Supernault 2 ani în urmă
părinte
comite
92f34d047e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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.
     | if not present by authenticating the sender domain instead the host.
     |
     |
     */
     */
-    'local_domain' => env('MAIL_SMTP_EHLO'),
+    'local_domain' => env('MAIL_EHLO_DOMAIN'),
 
 
     /*
     /*
     |--------------------------------------------------------------------------
     |--------------------------------------------------------------------------