Update mail.php (#5836)

This commit is contained in:
Dries Vints
2022-03-08 15:38:39 +01:00
committed by GitHub
parent 93395a3468
commit 95fec9a3e8

View File

@@ -58,7 +58,7 @@ return [
'sendmail' => [ 'sendmail' => [
'transport' => 'sendmail', 'transport' => 'sendmail',
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -t -i'), 'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),
], ],
'log' => [ 'log' => [