Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 493dbdb

Browse files
Merge pull request makeplane#81 from makeplane/email-settings-changes
email-god-mode-changes
2 parents c668e5f + b1b07f5 commit 493dbdb

File tree

3 files changed

+13
-18
lines changed

3 files changed

+13
-18
lines changed
-861 KB
Binary file not shown.
235 KB
Loading

self-hosting/govern/communication.mdx

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,25 @@ description: Either during your set-up or sometime later, you will want to set S
88
Plane offers an interface to configure Simple Mail Transfer Protocol (SMTP) and SSL for encrypted email communication.
99

1010
Navigate to `Email` in `/god-mode`and you will see ↓.
11-
<Frame>![](/images/instance-admin/email-instance-settings.png)</Frame>
11+
<Frame>![](/images/instance-admin/email-settings.png)</Frame>
1212

1313
- **Host**\
14-
The address of your SMTP server
14+
The address of your SMTP server.
1515
- **Port**\
16-
The port for outgoing emails
17-
- **Username**\
18-
Your username for SMTP authentication
19-
- **Password**\
20-
Your password for SMTP authentication
21-
- **From address**\
16+
The port for outgoing emails.
17+
- **Sender email address**\
2218
The email address you wish to use as the sender of emails.
23-
- **TLS**\
24-
Toggle TLS on or off depending on your SMTP server's support for TLS
19+
- **Email security**\
20+
Toggle `TLS` or `SSL` as the email security layer for your emails. If you do not wish to use either of them, you can choose the `No email security` option.
21+
- **Authentication**\
22+
You can configure the username and password to authenticate the SMTP server to send emails. It's an optional configuration, but we would advise you to provide authentication details for a secure email delivery experience.
23+
- **Username**\
24+
Specify the username for the SMTP configuration here.
25+
- **Password**\
26+
Specify the password for the SMTP configuration here.
2527

26-
## Configuration for popular email services providers
27-
28-
### Gmail on Google Workspace
2928

30-
1. Enter `smtp.gmail.com` in the **SMTP host** field.
31-
2. Specify `465` for the **SMTP port**.
32-
3. Enter your Google Workspace username, e.g., `[email protected]`, in the **SMTP username** field.
33-
4. Enter your Google Workspace password in the **SMTP password** field.
34-
5. Enter the email address you wish to use as the sender of system notifications in the **From Address** field.
29+
## Configuration for popular email services providers
3530

3631
### Amazon SES
3732

0 commit comments

Comments
 (0)