send_email
Compose and deliver a new message from your METU Webmail account by setting recipients, subject, body, and optional CC, BCC, reply-to, HTML, and attachments.
Instructions
Send a new email using your METU Webmail account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Optional CC recipient(s). | |
| to | Yes | Recipient email address or list of email addresses (e.g. 'student@metu.edu.tr'). | |
| bcc | No | Optional BCC recipient(s). | |
| subject | Yes | Email subject line. | |
| reply_to | No | Optional custom Reply-To address. | |
| body_html | No | Optional formatted HTML body. | |
| body_text | Yes | Plain text body of the email. | |
| attachments | No | Optional list of local file paths to attach to the email. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Status description message | |
| success | Yes | Whether sending succeeded | |
| message_id | No | Generated Message-ID | |
| recipients | No | List of recipient addresses |