diff --git a/config/mail.php b/config/mail.php index 87b6fe3c..11bfe7e1 100644 --- a/config/mail.php +++ b/config/mail.php @@ -58,7 +58,7 @@ return [ 'sendmail' => [ 'transport' => 'sendmail', - 'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -t -i'), + 'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'), ], 'log' => [