Merge branch 'release/2.4.0' into 'stable'
[akkoma] / docs / administration / CLI_tasks / email.md
index 00d2e74f83d9374b242cf406e8f0b0ea3110eff8..2bb57bea4db8bf5eb97c176c2a993a1e4e00dbb2 100644 (file)
@@ -1,4 +1,4 @@
-# Managing emails
+# EMail administration tasks
 
 {! backend/administration/CLI_tasks/general_cli_task_info.include !}
 
@@ -16,8 +16,7 @@
     mix pleroma.email test [--to <destination email address>]
     ```
 
-
-Example: 
+Example:
 
 === "OTP"
 
@@ -30,3 +29,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 resend_confirmation_emails
+    ```
+
+=== "From Source"
+
+    ```sh
+    mix pleroma.email resend_confirmation_emails
+    ```