diff --git a/.env.example b/.env.example index dca726182..3963c5b58 100644 --- a/.env.example +++ b/.env.example @@ -49,7 +49,6 @@ DB_PASSWORD="password" - ####################################################################################### ### Identity # diff --git a/config/mail.php b/config/mail.php index 07b0e8711..4b6292d01 100644 --- a/config/mail.php +++ b/config/mail.php @@ -80,7 +80,7 @@ 'sendmail' => [ 'transport' => 'sendmail', - 'path' => '/usr/sbin/sendmail -bs', + 'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -t'), ], 'log' => [