send_email
Send emails using a specified account on the MCP Email Server. Define recipients, subject, body, and optional CC/BCC fields for streamlined email communication.
Instructions
Send an email using the specified account. Recipient should be a list of email addresses.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_name | Yes | The name of the email account to send from. | |
bcc | No | A list of BCC email addresses. | |
body | Yes | The body of the email. | |
cc | No | A list of CC email addresses. | |
recipients | Yes | A list of recipient email addresses. | |
subject | Yes | The subject of the email. |