Fix for dropping posts/notifs in WS when mix task is executed
[akkoma] / docs / administration / CLI_tasks / email.md
index d9aa0e71ba1b433cebb716f51d8ec379916af3f8..2bb57bea4db8bf5eb97c176c2a993a1e4e00dbb2 100644 (file)
@@ -16,8 +16,7 @@
     mix pleroma.email test [--to <destination email address>]
     ```
 
-
-Example: 
+Example:
 
 === "OTP"
 
@@ -36,11 +35,11 @@ Example:
 === "OTP"
 
     ```sh
-     ./bin/pleroma_ctl email send_confirmation_mails
+     ./bin/pleroma_ctl email resend_confirmation_emails
     ```
 
 === "From Source"
 
     ```sh
-    mix pleroma.email send_confirmation_mails
+    mix pleroma.email resend_confirmation_emails
     ```