[11.x] Update config/mail.php with supported configuration (#6506)

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
This commit is contained in:
Mior Muhammad Zaki
2024-12-13 21:57:40 +08:00
committed by GitHub
parent a39cb7cf58
commit eb8085cf77
2 changed files with 2 additions and 2 deletions

View File

@@ -39,10 +39,10 @@ return [
'smtp' => [
'transport' => 'smtp',
'scheme' => env('MAIL_SCHEME'),
'url' => env('MAIL_URL'),
'host' => env('MAIL_HOST', '127.0.0.1'),
'port' => env('MAIL_PORT', 2525),
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'timeout' => null,