summaryrefslogtreecommitdiffstats
path: root/doc/install/SMTP-Email-Setup.md
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-24 09:25:29 -0700
committerCorey Hulen <corey@hulen.com>2015-10-24 09:25:29 -0700
commit89bf1fc03e86196162d9bb7a94be79c0e0fb26b5 (patch)
tree0ed7ea54796ee020a0d01340d6e29000b38ebc8c /doc/install/SMTP-Email-Setup.md
parentb6e8720badbef3e33cc2c463f7e891fe435af6ea (diff)
parent32810475c92ba0284ec9f4c866e28fd12bae54ba (diff)
downloadchat-89bf1fc03e86196162d9bb7a94be79c0e0fb26b5.tar.gz
chat-89bf1fc03e86196162d9bb7a94be79c0e0fb26b5.tar.bz2
chat-89bf1fc03e86196162d9bb7a94be79c0e0fb26b5.zip
Merge pull request #1166 from mattermost/it33-patch-1
Adding notes on SPF and DKIM
Diffstat (limited to 'doc/install/SMTP-Email-Setup.md')
-rw-r--r--doc/install/SMTP-Email-Setup.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/install/SMTP-Email-Setup.md b/doc/install/SMTP-Email-Setup.md
index b958a6a96..ad7f51bda 100644
--- a/doc/install/SMTP-Email-Setup.md
+++ b/doc/install/SMTP-Email-Setup.md
@@ -12,7 +12,8 @@ To enable email, configure an SMTP email service as follows:
2. If you don't have an SMTP service, here are simple instructions to set one up with [Amazon Simple Email Service (SES)](https://aws.amazon.com/ses/):
2. Go to [Amazon SES console](https://console.aws.amazon.com/ses) then `SMTP Settings > Create My SMTP Credentials`
3. Copy the `Server Name`, `Port`, `SMTP Username`, and `SMTP Password` for Step 2 below.
- 4. From the `Domains` menu set up and verify a new domain, then enable `Generate DKIM Settings` for the domain.
+ 4. From the `Domains` menu set up and verify a new domain, then enable `Generate DKIM Settings` for the domain.
+ 1. We recommend you set up _[Sender Policy Framework](https://en.wikipedia.org/wiki/Sender_Policy_Framework) (SPF)_ and/or _[Domain Keys Identified Mail](https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail) (DKIM)_ for your email domain.
5. Choose an sender address like `mattermost@example.com` and click `Send a Test Email` to verify setup is working correctly.
2. **Configure SMTP settings**
@@ -91,4 +92,4 @@ Connected to mail.example.com.
250-STARTTLS
250-PIPELINING
250 8BITMIME
-``` \ No newline at end of file
+```