Linux maintainer tooling and workflows
 help / color / mirror / Atom feed
From: Erik Schilling <erik.schilling@linaro.org>
To: "Kernel.org Tools" <tools@linux.kernel.org>
Cc: Konstantin Ryabitsev <konstantin@linuxfoundation.org>,
	 Erik Schilling <erik.schilling@linaro.org>
Subject: [PATCH b4] docs: fix smtpServerPort option
Date: Tue, 23 May 2023 12:44:17 +0200	[thread overview]
Message-ID: <20230523-fix-smpt-port-config-v1-1-cdc99e39b866@linaro.org> (raw)

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(-)

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]

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

Best regards,
-- 
Erik Schilling <erik.schilling@linaro.org>


             reply	other threads:[~2023-05-23 10:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-23 10:44 Erik Schilling [this message]
2023-05-26 17:47 ` [PATCH b4] docs: fix smtpServerPort option Konstantin Ryabitsev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230523-fix-smpt-port-config-v1-1-cdc99e39b866@linaro.org \
    --to=erik.schilling@linaro.org \
    --cc=konstantin@linuxfoundation.org \
    --cc=tools@linux.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).