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_EHLO_DOMAIN variable

This commit is contained in:
Daniel Supernault 2023-01-08 13:45:28 -07:00
parent ce8343b05d
commit 92f34d047e
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

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