]> BookStack Code Mirror - bookstack/commitdiff
Removed mentions of 'mail' mail driver
authorDan Brown <redacted>
Sat, 27 Mar 2021 15:56:36 +0000 (15:56 +0000)
committerDan Brown <redacted>
Sat, 27 Mar 2021 15:56:36 +0000 (15:56 +0000)
Closes #2657

.env.example.complete
app/Config/mail.php

index a42054b6b6147f5bf97b2f7be068ff6b77986d3b..d243f2c1fcb9d13b52ba9dc9e55a27b07e663f79 100644 (file)
@@ -51,7 +51,7 @@ DB_USERNAME=database_username
 DB_PASSWORD=database_user_password
 
 # Mail system to use
-# Can be 'smtp', 'mail' or 'sendmail'
+# Can be 'smtp' or 'sendmail'
 MAIL_DRIVER=smtp
 
 # Mail sending options
index a91bdf23797ef182325da8f49d621d541f1bc8d2..abdbd382c862a36ec0c769729d0de87dbad9660d 100644 (file)
@@ -11,7 +11,7 @@
 return [
 
     // Mail driver to use.
-    // Options: smtp, mail, sendmail, log
+    // Options: smtp, sendmail, log, array
     'driver' => env('MAIL_DRIVER', 'smtp'),
 
     // SMTP host address