send_email
Send plain-text emails to any recipient using Bitcoin Lightning micropayments. No SMTP server or domain verification required. Pay 200 sats per email (max 10,000 chars body).
Instructions
Reach anyone with an email address — useful when your task requires formal communication, sending reports, or contacting someone outside chat. No SMTP server, no domain verification needed. Plain text, max 10,000 chars body, 200 chars subject. 200 sats. Pay with Bitcoin Lightning — no API key or signup needed. Requires create_payment with toolName='send_email'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paymentId | Yes | Valid payment ID (must be paid) | |
| to | Yes | Recipient email address | |
| subject | Yes | Email subject (max 200 characters) | |
| body | Yes | Email body text (plain text, max 10,000 characters) | |
| replyTo | No | Optional reply-to email address |
Implementation Reference
- index.js:26-26 (registration)The tool named 'email' is registered in the TOOLS array. The user asked about 'send_email' but the actual tool name is 'email'.
"email",