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,7 +140,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
||||
'sendmail' => env('SENDMAIL_PATH', ini_get('sendmail_path')),
|
||||
|
||||
'markdown' => [
|
||||
'theme' => 'default',
|
||||
|
|
Loading…
Reference in a new issue