Updates for new mail enviroment for laravel 9

This commit is contained in:
Deon George
2022-05-12 14:34:14 +10:00
parent 69e5a5f12c
commit b9ec64fd4f
2 changed files with 5 additions and 6 deletions

View File

@@ -134,4 +134,5 @@ return [
'log_channel' => env('MAIL_LOG_CHANNEL'),
'local_domain' => env('HOSTNAME'),
'verify_peer' => false,
];