docker: explain why smtp configuration is required

This commit is contained in:
Abdullah Atta
2024-08-07 15:16:30 +05:00
parent dfabfcbc23
commit c66a084ed6

3
.env
View File

@@ -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=