1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

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

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