Skip to content

Commit

Permalink
Introduce SENDMAIL-ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskan authored Jun 8, 2023
1 parent 43f4d0a commit 49e9205
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('SENDMAIL','/usr/sbin/sendmail -bs'),
],

'log' => [
Expand Down

0 comments on commit 49e9205

Please sign in to comment.