aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Schilling <erik.schilling@linaro.org>2023-05-23 12:44:17 +0200
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2023-05-26 13:46:52 -0400
commitb53970ae7fde72d27f6c8caed0dbd10597eb7fba (patch)
treed30c90fc4f6d4ec617bc826ad7dd0788f4dff920
parent7b5b2f888f5fe9addf86369b48855d1020f28a35 (diff)
downloadb4-b53970ae7fde72d27f6c8caed0dbd10597eb7fba.tar.gz
docs: fix smtpServerPort option
The right name includes a "Server". Link: https://git-scm.com/docs/git-send-email#Documentation/git-send-email.txt---smtp-server-portltportgt Signed-off-by: Erik Schilling <erik.schilling@linaro.org> Link: https://msgid.link/20230523-fix-smpt-port-config-v1-1-cdc99e39b866@linaro.org Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--docs/contributor/send.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributor/send.rst b/docs/contributor/send.rst
index bff67aa..9be8d1c 100644
--- a/docs/contributor/send.rst
+++ b/docs/contributor/send.rst
@@ -130,7 +130,7 @@ servers will only need the following settings::
[sendemail]
smtpServer = smtp.example.org
- smtpPort = 465
+ smtpServerPort = 465
smtpEncryption = ssl
smtpUser = alice.developer@example.org
smtpPass = [omitted]