Skip to content

Commit

Permalink
updated mail config (laravel#6402)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcerljenko authored May 16, 2024
1 parent 564e043 commit b651fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'timeout' => null,
'local_domain' => env('MAIL_EHLO_DOMAIN'),
'local_domain' => env('MAIL_EHLO_DOMAIN', parse_url(env('APP_URL', 'http://localhost'), PHP_URL_HOST)),
],

'ses' => [
Expand Down

0 comments on commit b651fb1

Please sign in to comment.