summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-02 08:53:47 -0800
committerCorey Hulen <corey@hulen.com>2015-11-02 08:53:47 -0800
commit120d68fa4b74eb8abcd3ad9be53e723ba56648c7 (patch)
tree3bde2870ab6db4073fe336135de6a20688779b6c /doc
parente5a5934ab4a950ce5f920958e694397c584430d5 (diff)
parent7315be6ee8c900076160e803627bf6ee1860dc98 (diff)
downloadchat-120d68fa4b74eb8abcd3ad9be53e723ba56648c7.tar.gz
chat-120d68fa4b74eb8abcd3ad9be53e723ba56648c7.tar.bz2
chat-120d68fa4b74eb8abcd3ad9be53e723ba56648c7.zip
Merge pull request #1204 from toyorg/patch-3
Added Gmail and Office 365 SMTP info
Diffstat (limited to 'doc')
-rw-r--r--doc/install/SMTP-Email-Setup.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/install/SMTP-Email-Setup.md b/doc/install/SMTP-Email-Setup.md
index bb57d95ba..7d9beae89 100644
--- a/doc/install/SMTP-Email-Setup.md
+++ b/doc/install/SMTP-Email-Setup.md
@@ -52,10 +52,18 @@ To enable email, configure an SMTP email service as follows:
* Set **Connection Security** to **(empty)**
##### Gmail
-* Information needed
+* Set **SMTP Username** to **your_email@gmail.com**
+* Set **SMTP Password** to **your_password**
+* Set **SMTP Server** to **smtp.gmail.com**
+* Set **SMTP Port** to **587**
+* Set **Connection Security** to **TLS**
##### Office 365
-* Information needed
+* Set **SMTP Username** to **Office 365 username**
+* Set **SMTP Password** to **Office 365 password**
+* Set **SMTP Server** to **smtp.office365.com**
+* Set **SMTP Port** to **587**
+* Set **Connection Security** to **TLS**
##### Hotmail
* Set **SMTP Username** to **your_email@hotmail.com**