Merge pull request #12878 from joelpittet/patch-2

Use environment variable and default to PHP's sendmail_path
This commit is contained in:
snipe 2023-05-03 10:48:39 -07:00 committed by GitHub
commit cdbd68012f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@ return [
|
*/
'sendmail' => '/usr/sbin/sendmail -bs',
'sendmail' => env('SENDMAIL_PATH', ini_get('sendmail_path')),
'markdown' => [
'theme' => 'default',