mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Use environment variable and default to PHP's sendmail_path
Use sendmail_path in PHP instead of hardcoded path and options
This commit is contained in:
parent
4a5426f959
commit
608c5d037f
|
@ -140,7 +140,7 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
'sendmail' => env('SENDMAIL_PATH', ini_get('sendmail_path')),
|
||||||
|
|
||||||
'markdown' => [
|
'markdown' => [
|
||||||
'theme' => 'default',
|
'theme' => 'default',
|
||||||
|
|
Loading…
Reference in a new issue