We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config/mail.php
1 parent 3b2db75 commit a9832e0Copy full SHA for a9832e0
config/mail.php
@@ -39,10 +39,10 @@
39
40
'smtp' => [
41
'transport' => 'smtp',
42
+ 'scheme' => env('MAIL_SCHEME'),
43
'url' => env('MAIL_URL'),
44
'host' => env('MAIL_HOST', '127.0.0.1'),
45
'port' => env('MAIL_PORT', 2525),
- 'encryption' => env('MAIL_ENCRYPTION', 'tls'),
46
'username' => env('MAIL_USERNAME'),
47
'password' => env('MAIL_PASSWORD'),
48
'timeout' => null,
0 commit comments