mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update MAIL_EHLO_DOMAIN variable
This commit is contained in:
parent
ce8343b05d
commit
92f34d047e
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.
|
| if not present by authenticating the sender domain instead the host.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'local_domain' => env('MAIL_SMTP_EHLO'),
|
'local_domain' => env('MAIL_EHLO_DOMAIN'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue