REPLY_TO_EMAIL_ADDRESSES=YOUR_REPLY_TO_EMAIL_ADDRESSES
SENDER_EMAIL_ADDRESS=YOUR_SENDER_EMAIL_ADDRESS
RESEND_API_KEY=YOUR_RESEND_API_KEY
Tools provided by this Server | Short Description |
---|---|
send-email | Send an email using Resend |
send-email
Parameter | Type | Description |
---|---|---|
subject | string | Email subject line |
text | string | Plain text email content |
to | string | Recipient email address |
bcc | array (optional) | Optional array of BCC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself |
cc | array (optional) | Optional array of CC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself |
html | string (optional) | HTML email content. When provided, the plain text argument MUST be provided as well. |
scheduledAt | string (optional) | Optional parameter to schedule the email. Use natural language (e.g., “tomorrow at 10am”). |