/install iemail-send
Iemail Send
Send transactional single email via Dmartech/Iemail OpenAPI using Python.
Configuration
Configure in ~/.openclaw/openclaw.json:
"skills": {
"entries": {
"iemail-send": {
"enabled": true,
"env": {
"IEMAIL_ACCESS_KEY": "your-access-key",
"IEMAIL_ACCESS_KEY_SECRET": "your-access-key-secret",
"IEMAIL_SENDER": "[email protected]"
}
}
}
}
| Variable | Description |
|---|---|
| IEMAIL_ACCESS_KEY | OpenAPI access key |
| IEMAIL_ACCESS_KEY_SECRET | OpenAPI access key secret |
| IEMAIL_SENDER | Sender email address (required) |
| IEMAIL_TO | Default recipient (optional) |
Agent instructions
- Credentials: Read
~/.openclaw/openclaw.jsonor workspace config files. OpenClaw injects env at runtime. - Send mail: Run script in workspace:
python3 {baseDir}/send_email.py --to "[email protected]" --subject "Subject" --content "Body"
Usage examples
python3 {baseDir}/send_email.py --to "[email protected]" --subject "Hello" --content "Hello from Iemail"
python3 {baseDir}/send_email.py "[email protected]" "Hello" "Hello from Iemail"
Troubleshooting
- 401 Unauthorized: Check IP whitelist, key/secret, and system time.
- cannot find senderAddressSn: Check
IEMAIL_SENDERmatches a configured sender address.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install iemail-send - After installation, invoke the skill by name or use
/iemail-send - Provide required inputs per the skill's parameter spec and get structured output
What is Send transactional email via DmartechX/Iemail OpenAPI. Configure in OpenClaw skills env or use secret.md.?
Send transactional email via Iemail OpenAPI. Configure via OpenClaw skill env only. It is an AI Agent Skill for Claude Code / OpenClaw, with 313 downloads so far.
How do I install Send transactional email via DmartechX/Iemail OpenAPI. Configure in OpenClaw skills env or use secret.md.?
Run "/install iemail-send" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Send transactional email via DmartechX/Iemail OpenAPI. Configure in OpenClaw skills env or use secret.md. free?
Yes, Send transactional email via DmartechX/Iemail OpenAPI. Configure in OpenClaw skills env or use secret.md. is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Send transactional email via DmartechX/Iemail OpenAPI. Configure in OpenClaw skills env or use secret.md. support?
Send transactional email via DmartechX/Iemail OpenAPI. Configure in OpenClaw skills env or use secret.md. is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Send transactional email via DmartechX/Iemail OpenAPI. Configure in OpenClaw skills env or use secret.md.?
It is built and maintained by Jack (@jack-atlas); the current version is v1.0.4.