send_email
Send an email via Microsoft 365 using recipient, subject, and body. Use it to deliver notifications, updates, or replies from an LLM assistant.
Instructions
发送电子邮件。
参数: to (str): 收件人邮箱地址。 subject (str): 邮件主题。 body (str): 邮件正文内容。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | Yes | ||
| subject | Yes |