Browse Source

Put back configuration for sendmail

Mohamed Said 7 years ago
parent
commit
a6fdc9472f
1 changed files with 13 additions and 0 deletions
  1. 13 0
      config/mail.php

+ 13 - 0
config/mail.php

@@ -87,6 +87,19 @@ return [
     'username' => env('MAIL_USERNAME'),
 
     'password' => env('MAIL_PASSWORD'),
+    
+    /*
+    |--------------------------------------------------------------------------
+    | Sendmail System Path
+    |--------------------------------------------------------------------------
+    |
+    | When using the "sendmail" driver to send e-mails, we will need to know
+    | the path to where Sendmail lives on this server. A default path has
+    | been provided here, which will work well on most of your systems.
+    |
+    */
+    
+    'sendmail' => '/usr/sbin/sendmail -bs',
 
     /*
     |--------------------------------------------------------------------------