Skip to content

Commit 2e65a16

Browse files
committed
Merge pull request laravel#2021 from ipalaus/fix/sendmail-config
The default sendmail path must contain '-bs' or '-t' flags.
2 parents 15bd1bf + 1cd0f1a commit 2e65a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@
106106
|
107107
*/
108108

109-
'sendmail' => '/usr/sbin/sendmail',
109+
'sendmail' => '/usr/sbin/sendmail -bs',
110110

111111
);

0 commit comments

Comments
 (0)