SMTP MCP Server
by samihalawa
send-email
Send an email to one or more recipients
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bcc | No | Array of BCC recipients | |
body | Yes | Email body (HTML supported) | |
cc | No | Array of CC recipients | |
from | No | Sender information. If not provided, the default SMTP user will be used. | |
smtpConfigId | No | ID of the SMTP configuration to use. If not provided, the default configuration will be used. | |
subject | Yes | Email subject | |
templateData | No | Data to be used for template variable substitution | |
templateId | No | ID of the email template to use. If not provided, the email will use the subject and body provided. | |
to | Yes | Array of recipients |