Skip to content
LLM

Extract Codes and Links

Use this flow when a service is sending a verification email to your Dispatch inbox.

Start a watcher in one terminal:

Terminal window
dispatch mail tail

Trigger the verification email, then read the newest code:

Terminal window
dispatch mail code
Terminal window
dispatch mail extract --kind code --first

Look deeper into recent history:

Terminal window
dispatch mail extract --kind code --limit 50
Terminal window
dispatch mail link

Use this for magic-link sign-ins, password reset links, or invite links.

Terminal window
dispatch mail code --folder spam
dispatch mail extract --kind code --folder spam --first
Terminal window
dispatch --format json mail code
dispatch --format json mail extract --kind code --first
  1. Confirm the selected inbox with dispatch inbox show.
  2. Run dispatch mail ls --folder all to confirm the message arrived.
  3. Check the sender address and target inbox address.
  4. Try --folder spam.
  5. Open Mail Desk if you need to inspect the raw body.

Dispatch extracts common verification-code patterns. If the sender uses an unusual format, list the message and read the code manually in Mail Desk.