Send Email with Attachment
send_email_with_attachmentSend email messages with file attachments by providing recipients, subject, body, and attachment files. Uses SMTP to deliver messages with optional CC and sender override.
Instructions
Send an email with file attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipient(s) | |
| body | Yes | Email body | |
| from | No | Override sender, uses config default | |
| subject | Yes | Email subject | |
| attachments | Yes | List of file attachments |