]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b6a0f9f
)
Removed mentions of 'mail' mail driver
author
Dan Brown
<redacted>
Sat, 27 Mar 2021 15:56:36 +0000
(15:56 +0000)
committer
Dan Brown
<redacted>
Sat, 27 Mar 2021 15:56:36 +0000
(15:56 +0000)
Closes #2657
.env.example.complete
patch
|
blob
|
history
app/Config/mail.php
patch
|
blob
|
history
diff --git
a/.env.example.complete
b/.env.example.complete
index a42054b6b6147f5bf97b2f7be068ff6b77986d3b..d243f2c1fcb9d13b52ba9dc9e55a27b07e663f79 100644
(file)
--- a/
.env.example.complete
+++ b/
.env.example.complete
@@
-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
diff --git
a/app/Config/mail.php
b/app/Config/mail.php
index a91bdf23797ef182325da8f49d621d541f1bc8d2..abdbd382c862a36ec0c769729d0de87dbad9660d 100644
(file)
--- a/
app/Config/mail.php
+++ b/
app/Config/mail.php
@@
-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