From c66a084ed6fb4b0e904f9ba472f2da68692c7f9e Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 7 Aug 2024 15:16:30 +0500 Subject: [PATCH] docker: explain why smtp configuration is required --- .env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env b/.env index d54936d..85e5d99 100644 --- a/.env +++ b/.env @@ -12,6 +12,9 @@ NOTESNOOK_API_SECRET= # Possible values: 0 for false; 1 for true DISABLE_ACCOUNT_CREATION=0 +### SMTP Configuration ### +# SMTP Configuration is required for sending emails for password reset, 2FA emails etc. You can get SMTP settings from your email provider. + # Description: Username for the SMTP connection (most time it is the email address of your account). Check your email provider's documentation to get the appropriate value. # Required: yes SMTP_USERNAME=