mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #1204 from toyorg/patch-3
Added Gmail and Office 365 SMTP info
This commit is contained in:
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user