summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichal <mbartos@sigma.ug.edu.pl>2015-10-28 01:19:11 +0100
committerMichal <mbartos@sigma.ug.edu.pl>2015-10-28 01:19:11 +0100
commit7315be6ee8c900076160e803627bf6ee1860dc98 (patch)
treeb771ae78ef8b64a50c119da78c32a1b1a18214f8 /doc
parentede80afe4cce19b4c561f028220ccc21f2581605 (diff)
downloadchat-7315be6ee8c900076160e803627bf6ee1860dc98.tar.gz
chat-7315be6ee8c900076160e803627bf6ee1860dc98.tar.bz2
chat-7315be6ee8c900076160e803627bf6ee1860dc98.zip
Added Gmail and Office 365 SMTP info
Based on Google support and Microsoft Technet.
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**