Skip to content

Commit f27c297

Browse files
authored
Merge pull request #87 from makeplane/fav-icon-update
Updated fav icon
2 parents b25ccc4 + c23a09c commit f27c297

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

logo/favicon-32x32.png

463 Bytes
Loading

mint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"light": "/logo/light.svg",
55
"dark": "/logo/dark.svg"
66
},
7-
"favicon": "/logo/favicon.svg",
7+
"favicon": "/logo/favicon-32x32.png",
88
"colors": {
99
"primary": "#3f76ff",
1010
"light": "#517be0",

self-hosting/govern/communication.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title : Email notifications
33
sidebarTitle: Email
44
description: Either during your set-up or sometime later, you will want to set SMTP settings to let your users get emails to reset passwords, onboard themselves right, and get notifications for changes, and receive exports of your data.
55
---
6+
7+
<Note>
8+
Plane currently supports SMTP authentication only via email and password. OAuth-based SMTP configurations aren’t supported.
9+
</Note>
10+
611
## Configuration
712

813
Plane offers an interface to configure Simple Mail Transfer Protocol (SMTP) and SSL for encrypted email communication.

0 commit comments

Comments
 (0)