Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4dea3a7

Browse files
authored
[IM] allow override broken mail defaults (inex#760)
* [IM] allow override broken mail defaults * remove example sendmail conf
1 parent 305a79e commit 4dea3a7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ DB_PASSWORD="password"
4949

5050

5151

52-
5352
#######################################################################################
5453
### Identity
5554
#

config/mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
'sendmail' => [
8282
'transport' => 'sendmail',
83-
'path' => '/usr/sbin/sendmail -bs',
83+
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -t'),
8484
],
8585

8686
'log' => [

0 commit comments

Comments
 (0)