mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge pull request #12878 from joelpittet/patch-2
Use environment variable and default to PHP's sendmail_path
This commit is contained in:
commit
cdbd68012f
|
@ -140,8 +140,8 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
'sendmail' => env('SENDMAIL_PATH', ini_get('sendmail_path')),
|
||||||
|
|
||||||
'markdown' => [
|
'markdown' => [
|
||||||
'theme' => 'default',
|
'theme' => 'default',
|
||||||
'paths' => [
|
'paths' => [
|
||||||
|
|
Loading…
Reference in a new issue