diff mbox series

[b4] docs: fix smtpServerPort option

Message ID 20230523-fix-smpt-port-config-v1-1-cdc99e39b866@linaro.org (mailing list archive)
State Accepted
Headers show
Series [b4] docs: fix smtpServerPort option | expand

Commit Message

Erik Schilling May 23, 2023, 10:44 a.m. UTC
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>
---
 docs/contributor/send.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: bfdf5b3b0835c8c351abbcd9b3b5268acf6545fa
change-id: 20230523-fix-smpt-port-config-4e0d980ca0fd

Best regards,

Comments

Konstantin Ryabitsev May 26, 2023, 5:47 p.m. UTC | #1
On Tue, 23 May 2023 12:44:17 +0200, Erik Schilling wrote:
> The right name includes a "Server".
> 
> 

Applied, thanks!

[1/1] docs: fix smtpServerPort option
      commit: b53970ae7fde72d27f6c8caed0dbd10597eb7fba

Best regards,
diff mbox series

Patch

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]