Updated default mail options

This commit is contained in:
Dan Brown 2020-03-14 17:32:11 +00:00
parent aa12e48d73
commit 17da30aa29
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -17,9 +17,13 @@ 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 sender options
MAIL_FROM_NAME=BookStack
MAIL_FROM=bookstack@example.com
# SMTP mail options
MAIL_HOST=localhost
MAIL_PORT=1025