From c3f0e3dc32b50ace39c32a4757fb2e6a6e5f90b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 8 Oct 2023 18:13:49 +0200 Subject: [PATCH] Update .env.example --- conf/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env.example b/conf/.env.example index 5c64113..c8f0bfe 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -62,7 +62,7 @@ MAIL_FROM=bookstack@__DOMAIN__ # For more detailed documentation on mail options, refer to: # https://www.bookstackapp.com/docs/admin/email-webhooks/#email-configuration MAIL_HOST=localhost -MAIL_PORT=587 +MAIL_PORT=465 MAIL_USERNAME=__APP__ MAIL_PASSWORD=__MAIL_PWD__ MAIL_ENCRYPTION=null