Skip to content

Commit a9832e0

Browse files
authored
[11.x] Update config/mail.php with supported configuration (#53874)
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 3b2db75 commit a9832e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939

4040
'smtp' => [
4141
'transport' => 'smtp',
42+
'scheme' => env('MAIL_SCHEME'),
4243
'url' => env('MAIL_URL'),
4344
'host' => env('MAIL_HOST', '127.0.0.1'),
4445
'port' => env('MAIL_PORT', 2525),
45-
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
4646
'username' => env('MAIL_USERNAME'),
4747
'password' => env('MAIL_PASSWORD'),
4848
'timeout' => null,

0 commit comments

Comments
 (0)