Update mail.php

lowercase ENV
This commit is contained in:
Trankten 2022-12-28 11:31:47 +01:00 committed by GitHub
parent 3543d7c33d
commit c895150ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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