Skip to content

Commit

Permalink
[IM] allow override broken mail defaults (inex#760)
Browse files Browse the repository at this point in the history
* [IM] allow override broken mail defaults

* remove example sendmail conf
  • Loading branch information
listerr authored Dec 9, 2021
1 parent 305a79e commit 4dea3a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ DB_PASSWORD="password"




#######################################################################################
### Identity
#
Expand Down
2 changes: 1 addition & 1 deletion config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

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

'log' => [
Expand Down

0 comments on commit 4dea3a7

Please sign in to comment.