mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
@ -51,7 +51,7 @@ DB_USERNAME=database_username
|
|||||||
DB_PASSWORD=database_user_password
|
DB_PASSWORD=database_user_password
|
||||||
|
|
||||||
# Mail system to use
|
# Mail system to use
|
||||||
# Can be 'smtp', 'mail' or 'sendmail'
|
# Can be 'smtp' or 'sendmail'
|
||||||
MAIL_DRIVER=smtp
|
MAIL_DRIVER=smtp
|
||||||
|
|
||||||
# Mail sending options
|
# Mail sending options
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
return [
|
return [
|
||||||
|
|
||||||
// Mail driver to use.
|
// Mail driver to use.
|
||||||
// Options: smtp, mail, sendmail, log
|
// Options: smtp, sendmail, log, array
|
||||||
'driver' => env('MAIL_DRIVER', 'smtp'),
|
'driver' => env('MAIL_DRIVER', 'smtp'),
|
||||||
|
|
||||||
// SMTP host address
|
// SMTP host address
|
||||||
|
Reference in New Issue
Block a user