|
1 | 1 | # Email Configuration |
2 | 2 |
|
3 | | -Rocket.Chat have multiple features using email, like notifications, email verification, mailer, and much more. |
| 3 | +Rocket.Chat features include using emails, notifications, email verification, mailer, and much more. |
4 | 4 |
|
5 | | -Before using those features, you will have to connect a SMTP server to Rocket.Chat. To do that you will need to have access to an SMTP server and valid SMTP login credentials. |
| 5 | +Before using those features, you must connect a SMTP server to Rocket.Chat. To do that, you must have access to a SMTP server and a valid SMTP log in credentials. |
6 | 6 |
|
7 | | -## Setup credentials |
| 7 | +## Set up your Credentials |
8 | 8 |
|
9 | | -Go to Administration settings -> Email -> SMTP. |
| 9 | +Go to ``Administration settings > Email > SMTP``. |
10 | 10 |
|
11 | 11 | Enter: |
12 | 12 |
|
13 | | -- Your SMTP server's host name (e.g. `mail.example.com`) |
14 | | -- The port (usually 587 for modern, secured SMTP servers) |
| 13 | +- Your SMTP server host name (e.g. `mail.example.com`) |
| 14 | +- The port (usually 587 for modern secured SMTP servers) |
15 | 15 | - Your credentials |
16 | | -- A name and email to appear in the "From" field of the emails |
| 16 | +- A name and email to appear in the `From` field of the emails |
17 | 17 |
|
18 | | -Once filled, click "Save changes". |
| 18 | +Once completed, click **Save changes**. |
19 | 19 |
|
20 | 20 |  |
21 | 21 |
|
22 | | -## Test changes |
| 22 | +## Test Changes |
23 | 23 |
|
24 | | -Go back into the SMTP settings and click "Test SMTP settings". You should receive an email within a few minutes. If you do not, check the logs ("Administration -> View Logs") to see what went wrong. NB You might need to make sure Debug logging is on (default is to log Information only). |
| 24 | +Go back into the `SMTP settings` and click **Test SMTP settings**. You should receive an email within a few minutes. If you do not, check the logs (`Administration > View Logs`) to see what happened. |
| 25 | + |
| 26 | +**Note**: Make sure `Debug logging` is on; the default is to log information only. |
0 commit comments