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 login writes credentials to a TOML config file. You can also read, write, and clear values directly with jetemail config.
File location
| Platform | Path |
|---|---|
| macOS | ~/Library/Application Support/com.JetEmail.jetemail/config.toml |
| Linux | ~/.config/jetemail/config.toml |
| Windows | %APPDATA%\JetEmail\jetemail\config\config.toml |
JETEMAIL_CONFIG environment variable:
chmod 600 on Unix.
Inspect
Read / write / clear
api_key, transactional_key.
Format
default profile. You can edit the file directly if you prefer.
Resolution precedence
The CLI picks a key in this order:--api-key/--transactional-keyflagJETEMAIL_API_KEY/JETEMAIL_TRANSACTIONAL_KEYenv var- Config file (
profiles.default)
jetemail whoami shows which layer the active key came from.
See also: Authentication
Full login / whoami / logout flow.