Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305a79e commit 4dea3a7Copy full SHA for 4dea3a7
2 files changed
.env.example
@@ -49,7 +49,6 @@ DB_PASSWORD="password"
49
50
51
52
-
53
#######################################################################################
54
### Identity
55
#
config/mail.php
@@ -80,7 +80,7 @@
80
81
'sendmail' => [
82
'transport' => 'sendmail',
83
- 'path' => '/usr/sbin/sendmail -bs',
+ 'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -t'),
84
],
85
86
'log' => [
0 commit comments