sendSimpleMail
Send a plain text email to one recipient using just a recipient address, subject, and body. Use it for quick, basic email messages without attachments or advanced options.
Instructions
Send a simple text email to a single recipient. A simplified version of sendMail for quick, basic email sending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | Yes | ||
| subject | Yes |