Merge branch 'libmagic' into 'develop'
[akkoma] / docs / administration / CLI_tasks / email.md
index 00d2e74f83d9374b242cf406e8f0b0ea3110eff8..d9aa0e71ba1b433cebb716f51d8ec379916af3f8 100644 (file)
@@ -1,4 +1,4 @@
-# Managing emails
+# EMail administration tasks
 
 {! backend/administration/CLI_tasks/general_cli_task_info.include !}
 
@@ -30,3 +30,17 @@ Example:
     ```sh
     mix pleroma.email test --to root@example.org
     ```
+
+## Send confirmation emails to all unconfirmed user accounts
+
+=== "OTP"
+
+    ```sh
+     ./bin/pleroma_ctl email send_confirmation_mails
+    ```
+
+=== "From Source"
+
+    ```sh
+    mix pleroma.email send_confirmation_mails
+    ```