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
1 changed files with 1 additions and 1 deletions

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