Send Mail
Basic Send
Section titled “Basic Send”dispatch mail send \ --to user@example.com \ --subject "Hello" \ --text "Test message"HTML Body
Section titled “HTML Body”dispatch mail send \ --to user@example.com \ --subject "HTML test" \ --html "<p>Hello from <strong>Dispatch</strong></p>"Verify Delivery
Section titled “Verify Delivery”- Watch send output in CLI.
- Confirm recipient inbox receipt.
- If needed, retry and validate sender/domain settings.