send_email
Send an email by entering the recipient address, subject, and body. The message is delivered via SMTP from the conversation.
Instructions
Send an email via SMTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address | |
| body | Yes | Email body content | |
| subject | Yes | Email subject |