8000 The default sendmail path must contain '-bs' or '-t' flags. · hicode/laravel@1cd0f1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cd0f1a

Browse files
author
Isern Palaus
committed
The default sendmail path must contain '-bs' or '-t' flags.
Signed-off-by: Isern Palaus <ipalaus@ipalaus.es>
1 parent 15bd1bf commit 1cd0f1a

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)
0