send-email

Installation
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
9
GitHub Stars
194
First Seen
Feb 5, 2026
send-email — refly-ai/refly-skills