mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 22:52:25 -05:00
[feature/frontend] Let admins send test email to validate SMTP config (#2934)
* [feature/frontend] Let admins send test email to validate SMTP config * wee
This commit is contained in:
parent
1e7b32490d
commit
a276b1ca06
18 changed files with 276 additions and 52 deletions
|
|
@ -34,6 +34,7 @@ import { useHasPermission } from "../../lib/navigation/util";
|
|||
* - /settings/admin/emojis/local/:emojiId
|
||||
* - /settings/admin/emojis/remote
|
||||
* - /settings/admin/actions
|
||||
* - /settings/admin/actions/email
|
||||
* - /settings/admin/actions/media
|
||||
* - /settings/admin/actions/keys
|
||||
* - /settings/admin/http-header-permissions/blocks
|
||||
|
|
@ -94,9 +95,14 @@ function AdminActionsMenu() {
|
|||
<MenuItem
|
||||
name="Actions"
|
||||
itemUrl="actions"
|
||||
defaultChild="media"
|
||||
defaultChild="email"
|
||||
icon="fa-bolt"
|
||||
>
|
||||
<MenuItem
|
||||
name="Email"
|
||||
itemUrl="email"
|
||||
icon="fa-email-bulk"
|
||||
/>
|
||||
<MenuItem
|
||||
name="Media"
|
||||
itemUrl="media"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue