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.
1 parent 0e4edeb commit a72183fCopy full SHA for a72183f
.env.example
@@ -39,7 +39,7 @@ REDIS_HOST=127.0.0.1
39
REDIS_PASSWORD=null
40
REDIS_PORT=6379
41
42
-MAIL_DRIVER=smtp
+MAIL_MAILER=smtp
43
MAIL_HOST=smtp.mailtrap.io
44
MAIL_PORT=2525
45
MAIL_USERNAME=null
resources/views/plugins/manage/system/mail.blade.php
@@ -68,8 +68,8 @@
68
</div>
69
70
<div class="form-group">
71
- <label class="col-form-label">MAIL_DRIVER</label>
72
- <div class="form-text">{{config('mail.driver')}}</div>
+ <label class="col-form-label">MAIL_MAILER</label>
+ <div class="form-text">{{config('mail.default')}}</div>
73
74
75
{{-- Submitボタン --}}
0 commit comments