Skip to content

Commit

Permalink
feat: added sendmail-env for custom-sendmail-command (#6642)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Saettler <[email protected]>
  • Loading branch information
tamaskan and asbiin authored Oct 31, 2023
1 parent b74efde commit 0dfbc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

'sendmail' => [
'transport' => 'sendmail',
'path' => '/usr/sbin/sendmail -bs',
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),
],

'log' => [
Expand Down

0 comments on commit 0dfbc17

Please sign in to comment.