Email Sending MCP
by resend
send-email
Send an email using Resend
Input Schema
Name | Required | Description | Default |
---|---|---|---|
html | No | HTML email content. When provided, the plain text argument MUST be provided as well. | |
scheduledAt | No | Optional parameter to schedule the email. This uses natural language. Examples would be 'tomorrow at 10am' or 'in 2 hours' or 'next day at 9am PST' or 'Friday at 3pm ET'. | |
subject | Yes | Email subject line | |
text | Yes | Plain text email content | |
to | Yes | Recipient email address |