Extract Codes and Links
Use this flow when a service is sending a verification email to your Dispatch inbox.
Fastest Path
Section titled “Fastest Path”Start a watcher in one terminal:
dispatch mail tailTrigger the verification email, then read the newest code:
dispatch mail codeExtract Codes from Recent Mail
Section titled “Extract Codes from Recent Mail”dispatch mail extract --kind code --firstLook deeper into recent history:
dispatch mail extract --kind code --limit 50Extract Links
Section titled “Extract Links”dispatch mail linkUse this for magic-link sign-ins, password reset links, or invite links.
Check Spam
Section titled “Check Spam”dispatch mail code --folder spamdispatch mail extract --kind code --folder spam --firstScript-Friendly Output
Section titled “Script-Friendly Output”dispatch --format json mail codedispatch --format json mail extract --kind code --firstWhen Nothing Is Returned
Section titled “When Nothing Is Returned”- Confirm the selected inbox with
dispatch inbox show. - Run
dispatch mail ls --folder allto confirm the message arrived. - Check the sender address and target inbox address.
- Try
--folder spam. - 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.