@kirimemail/ktx
v1.3.1
Published
KirimEmail SMTP CLI client - manage domains, credentials, send emails, validate, logs, webhooks, and quota
Readme
@kirimemail/ktx
KirimEmail SMTP CLI client — manage domains, credentials, send emails, validate addresses, view logs and webhooks, check quota.
Install
npm install -g @kirimemail/ktxOr run without installing:
npx @kirimemail/ktx quotaUsage
# List domains
ktx domains list -username user -token token
# Send email
ktx send -domain example.com -from [email protected] -to [email protected] -subject "Hello" -text "Body"
# Check quota
ktx quotaConfiguration via ~/.ktxrc, environment variables, or flags. See full documentation.
Authentication Priority
Flag > Environment Variable > Config File (~/.ktxrc)
Flags: -username user -token token
Env: KIRIM_USERNAME / KIRIM_TOKEN
Config: ~/.ktxrc (JSON with username, token, base_url, domain)
Supported Platforms
- Linux x64 & arm64
- macOS x64 & arm64 (Apple Silicon)
- Windows x64 & arm64
License
MIT
