From 69a94f226bd95152dc5c0ad5f8ecd1bcaa5d5c6a Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Fri, 10 Sep 2021 11:58:33 +0200 Subject: [PATCH] tweak configuration reference for email settings --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5112e46..b20a8d1 100644 --- a/README.md +++ b/README.md @@ -210,20 +210,12 @@ You can populate below template according to your requirements and use it as you # EMAIL_NOTIFICATION_SENDER="no-reply@example.com" -# The hostname of your SMTP server. +# Configuration and credentials for the SMTP server to be used. +# EMAIL_SMTP_PORT defaults to 587. # EMAIL_SMTP_HOST="posteo.de" - -# The SMTP password. - # EMAIL_SMTP_PASSWORD="" - -# The SMTP username. - # EMAIL_SMTP_USERNAME="no-reply@example.com" - -# The port used when communicating with the server. Defaults to 587. - # EMAIL_SMTP_PORT="" ```