From 4e2f1c12e01cbb6f0d62d32c35dc52ed8ef23326 Mon Sep 17 00:00:00 2001 From: "Schrott.Micha" Date: Sat, 21 Dec 2019 19:20:27 +0100 Subject: [PATCH] [mail] update smtp server name to have it consistent (#6648) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit make the example consistent with re-using the defined samplesmtp in mail.things Also-by: Michael Roßner Signed-off-by: Rosi2143 Signed-off-by: Tim Roberts --- bundles/org.openhab.binding.mail/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.mail/README.md b/bundles/org.openhab.binding.mail/README.md index 0fcc00421dae4..a31145ebc402e 100644 --- a/bundles/org.openhab.binding.mail/README.md +++ b/bundles/org.openhab.binding.mail/README.md @@ -110,7 +110,7 @@ Using different character sets may produce unwanted results. Examples: ``` -val mailActions = getActions("mail","mail:smtp:sampleserver") +val mailActions = getActions("mail","mail:smtp:samplesmtp") mailActions.sendMail("mail@example.com", "Test subject", "This is the mail content.") mailActions.sendMail("mail1@example.com, mail2@example.com", "Test subject", "This is the mail content sent to multiple recipients.")