From f71cbb90b892ffebfb83809cd093c01f9e091f0c 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:17:35 +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 c8f0bfe..5c64113 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=465 +MAIL_PORT=587 MAIL_USERNAME=__APP__ MAIL_PASSWORD=__MAIL_PWD__ MAIL_ENCRYPTION=null