From 391023339a79bd96ec803255713f8f009481e48a Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 21 Oct 2015 15:53:01 -0700 Subject: [PATCH] tweaking formatting --- doc/install/SMTP-Email-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/SMTP-Email-Setup.md b/doc/install/SMTP-Email-Setup.md index 135ca03e19..b958a6a964 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.