Преглед изворни кода

Update MAIL_EHLO_DOMAIN variable

Daniel Supernault пре 2 година
родитељ
комит
92f34d047e
1 измењених фајлова са 1 додато и 1 уклоњено
  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'),
 
     /*
     |--------------------------------------------------------------------------