Documentation Index
Fetch the complete documentation index at: https://jetemail.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
jetemail doctor runs four checks and prints a small report. Useful as a first step when anything looks off.
What it checks
| Check | What pass means |
|---|---|
| config file | The config file path resolves. (Always passes.) |
| api key | An api_… key was found in flag, env, or config. |
| transactional key | A transactional_… key was found. Informational only, doesn’t fail the run. |
| api reachable | GET /outbound/domains returns 2xx with the active key. |
Exit code
0when every required check passes.1when the API key is missing or the API call fails.