summaryrefslogtreecommitdiffstats
path: root/doc/install/SMTP-Email-Setup.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install/SMTP-Email-Setup.md')
-rw-r--r--doc/install/SMTP-Email-Setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/SMTP-Email-Setup.md b/doc/install/SMTP-Email-Setup.md
index 135ca03e1..b958a6a96 100644
--- a/doc/install/SMTP-Email-Setup.md
+++ b/doc/install/SMTP-Email-Setup.md
@@ -79,7 +79,7 @@ Search for `554 5.7.1 error` and `Client host rejected: Access denied`.
#### Tip 3
* Attempt to telnet to the email service to make sure the server is reachable.
* You must run the following commands from the same machine or virtual instance where `mattermost/bin/platform` is located. So if you're running Mattermost from docker you need to `docker exec -ti mattermost-dev /bin/bash`
-* Telnet into email server with `telnet mail.example.com 25`. If the command works you should see something like
+* Telnet to the email server with `telnet mail.example.com 25`. If the command works you should see something like
```
Trying 24.121.12.143...
Connected to mail.example.com.