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:
Joel Pittet 2023-04-19 15:25:48 -07:00 committed by GitHub
parent 4a5426f959
commit 608c5d037f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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