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