|
@@ -36,11 +36,11 @@ return [
|
|
|
'mailers' => [
|
|
'mailers' => [
|
|
|
'smtp' => [
|
|
'smtp' => [
|
|
|
'transport' => 'smtp',
|
|
'transport' => 'smtp',
|
|
|
- 'host' => env('MAIL_HOST', 'smtp.exmail.qq.com'),
|
|
|
|
|
- 'port' => env('MAIL_PORT', 587),
|
|
|
|
|
- 'encryption' => env('MAIL_ENCRYPTION', 'tls'),
|
|
|
|
|
- 'username' => env('MAIL_USERNAME','notice@kirin.wiki'),
|
|
|
|
|
- 'password' => env('MAIL_PASSWORD','e3kEXjg24kpQgcs2'),
|
|
|
|
|
|
|
+ 'host' => env('MAIL_HOST', ''),
|
|
|
|
|
+ 'port' => env('MAIL_PORT', 465),
|
|
|
|
|
+ 'encryption' => env('MAIL_ENCRYPTION', 'ssl'),
|
|
|
|
|
+ 'username' => env('MAIL_USERNAME',''),
|
|
|
|
|
+ 'password' => env('MAIL_PASSWORD',''),
|
|
|
'timeout' => null,
|
|
'timeout' => null,
|
|
|
'auth_mode' => null,
|
|
'auth_mode' => null,
|
|
|
],
|
|
],
|