summaryrefslogtreecommitdiff
path: root/docs/admin
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-05-27 19:03:54 +0200
committerLibravatar GitHub <noreply@github.com>2024-05-27 17:03:54 +0000
commita276b1ca06ce3ebfc201b9aaf3aa8c37c98fe584 (patch)
tree861d2c9c7440fd6b602f46a3e18a55b4c31718d1 /docs/admin
parent[experiment] add alternative wasm sqlite3 implementation available via build-... (diff)
downloadgotosocial-a276b1ca06ce3ebfc201b9aaf3aa8c37c98fe584.tar.xz
[feature/frontend] Let admins send test email to validate SMTP config (#2934)
* [feature/frontend] Let admins send test email to validate SMTP config * wee
Diffstat (limited to 'docs/admin')
-rw-r--r--docs/admin/settings.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/admin/settings.md b/docs/admin/settings.md
index 2429b5ffe..137ad257f 100644
--- a/docs/admin/settings.md
+++ b/docs/admin/settings.md
@@ -66,6 +66,10 @@ Instance administration settings.
Run one-off administrative actions.
+#### Email
+
+You can use this section to send a test email to the given email address, with an optional test message.
+
#### Media
You can use this section run a media action to clean up the remote media cache using the specified number of days. Media older than the given number of days will be removed from storage (s3 or local). Media removed in this way will be refetched again later if the media is required again. This action is functionally identical to the media cleanup that runs automatically.