Update mail.php

lowercase ENV
pull/4026/head
Trankten 2 years ago committed by GitHub
parent 3543d7c33d
commit c895150ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save