Skip to content

Commit

Permalink
[mail] update smtp server name to have it consistent (openhab#6648)
Browse files Browse the repository at this point in the history
make the example consistent with re-using the defined samplesmtp in mail.things

Also-by: Michael Roßner <[email protected]>
Signed-off-by: Rosi2143 <[email protected]>
  • Loading branch information
Rosi2143 authored and J-N-K committed Jan 1, 2020
1 parent c884da4 commit ae0e62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.mail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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("[email protected]", "Test subject", "This is the mail content.")
mailActions.sendMail("[email protected], [email protected]", "Test subject", "This is the mail content sent to multiple recipients.")
Expand Down

0 comments on commit ae0e62a

Please sign in to comment.