Skip to content

Commit 79e3aab

Browse files
committed
Added sendmail path config option.
1 parent 71cb787 commit 79e3aab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

app/config/mail.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,17 @@
9595

9696
'password' => null,
9797

98+
/*
99+
|--------------------------------------------------------------------------
100+
| Sendmail System Path
101+
|--------------------------------------------------------------------------
102+
|
103+
| When using the "sendmail" driver to send e-mails, we will need to know
104+
| the path to where Sendmail lives on this server. A default path has
105+
| been provided here, which will work well on most of your systems.
106+
|
107+
*/
108+
109+
'sendmail' => '/usr/sbin/sendmail',
110+
98111
);

0 commit comments

Comments
 (0)