Skip to content

Send Mail

Terminal window
dispatch mail send \
--to user@example.com \
--subject "Hello" \
--text "Test message"
Terminal window
dispatch mail send \
--to user@example.com \
--subject "HTML test" \
--html "<p>Hello from <strong>Dispatch</strong></p>"
  • Watch send output in CLI.
  • Confirm recipient inbox receipt.
  • If needed, retry and validate sender/domain settings.