浏览代码

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