send_email
Send emails via SMTP. Supports multiple recipients, subject, text/HTML content, CC/BCC, reply-to, and attachments.
Instructions
Sendet eine E-Mail via SMTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC-Empfänger (optional, kommagetrennt). | |
| to | Yes | Empfänger-Adresse(n), kommagetrennt bei mehreren. | |
| bcc | No | BCC-Empfänger (optional, kommagetrennt). | |
| html | No | HTML-Inhalt der E-Mail (optional, ergänzt text). | |
| text | Yes | Reiner Text-Inhalt der E-Mail. | |
| subject | Yes | Betreff der E-Mail. | |
| reply_to | No | Reply-To Adresse (optional). | |
| attachments | No | Dateianhänge (optional). |