mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update mail.php
lowercase ENV
This commit is contained in:
parent
3543d7c33d
commit
c895150ed5
1 changed files with 1 additions and 1 deletions
|
@ -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_SMTP_EHLO'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue