skills/smithery.ai/send-email

send-email

SKILL.md

Send Email

Send emails with HTML content. Use when you need to: (1) send emails to recipients, (2) compose HTML formatted email content, or (3) include file attachments in emails.

Input

Provide input as JSON:

{
  "to": "Recipient email address (e.g., user@example.com). Optional - defaults to current user.",
  "subject": "Email subject line",
  "html": "HTML content of the email body",
  "attachments": "Optional array of file attachments using file-content://df-<fileId> format"
}

Execution (Pattern C: Action)

Installs
3
First Seen
Mar 30, 2026