summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-21 15:53:01 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-21 15:53:01 -0700
commit391023339a79bd96ec803255713f8f009481e48a (patch)
treebbed9242fe0eaabf660c9110f6cb8208412ddbfd /doc
parent903324c09b1058405224f27f925d0ce47884e6d5 (diff)
downloadchat-391023339a79bd96ec803255713f8f009481e48a.tar.gz
chat-391023339a79bd96ec803255713f8f009481e48a.tar.bz2
chat-391023339a79bd96ec803255713f8f009481e48a.zip
tweaking formatting
Diffstat (limited to 'doc')
-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.