From 9e26397c1b0f0adcb32d681987bccc78ae7ae189 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 17 Sep 2024 10:29:46 +0530 Subject: [PATCH] [server] Document the optionality of SMTP auth https://github.com/ente-io/ente/pull/3251 --- server/configurations/local.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/configurations/local.yaml b/server/configurations/local.yaml index e9d93e7acd..5fd96d3ce8 100644 --- a/server/configurations/local.yaml +++ b/server/configurations/local.yaml @@ -209,6 +209,9 @@ jwt: # The smtp credentials will be used if the host is specified. Otherwise it will # try to use the transmail credentials. Ideally, one of smtp or transmail should # be configured for a production instance. +# +# username and password are optional (e.g. if you're using a local relay server +# and don't need authentication). smtp: host: port: