mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-27 21:36:18 +00:00
parent
b6a0f9f069
commit
f02cfd8271
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue