Update MAIL_EHLO_DOMAIN variable

pull/4071/head
Daniel Supernault 2023-01-08 13:45:28 -07:00
rodzic ce8343b05d
commit 92f34d047e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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