send_email
Send a real email message from a verified domain or provisioned mailbox, with HTML or plain-text body, attachments, reply-to, and optional draft cleanup after successful delivery.
Instructions
Send a real email. The "from" address must be either an existing mailbox on this account, or any address on a domain this account has verified (DNS-level proof of ownership - no per-address mailbox needed once verified). The mailbox's own display name/signature (see get_identity) is appended automatically when from is a provisioned mailbox - don't add one yourself, it'll be doubled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address | |
| from | Yes | Sender address, e.g. hello@example.com - must be a mailbox on this account, or any address on a verified domain on this account | |
| html | No | HTML body - text or html required | |
| text | No | Plain-text body - text or html required | |
| draftId | No | If sending from a draft (see create_draft), pass its id to delete the draft on successful send | |
| replyTo | No | Sets the Reply-To header, e.g. a lead or applicant's own address, so a reply from a shared inbox goes to them instead of the sending mailbox | |
| subject | Yes | ||
| attachments | No |