Skip to main content
jetemail login writes credentials to a TOML config file. You can also read, write, and clear values directly with jetemail config.

File location

Override with the JETEMAIL_CONFIG environment variable:
The file is chmod 600 on Unix.

Inspect

Read / write / clear

Valid keys: api_key, transactional_key.

Format

Keys are stored under the default profile. You can edit the file directly if you prefer.

Resolution precedence

The CLI picks a key in this order:
  1. --api-key / --transactional-key flag
  2. JETEMAIL_API_KEY / JETEMAIL_TRANSACTIONAL_KEY env var
  3. Config file (profiles.default)
jetemail whoami shows which layer the active key came from.

See also: Authentication

Full login / whoami / logout flow.