gws-gmail-send

Installation
Summary

Send emails via Gmail with support for attachments, HTML formatting, and send-as aliases.

  • Requires recipient email(s), subject, and body text; supports CC, BCC, and optional sender address for send-as aliases
  • Handles file attachments up to 25MB total, with multiple files supported via repeated --attach flags
  • Supports both plain text and HTML email bodies; HTML fragments do not require wrapper tags
  • Includes --dry-run flag to preview the request before sending, and automatic RFC 5322 formatting and MIME encoding
SKILL.md

gmail +send

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Send an email

Usage

gws gmail +send --to <EMAILS> --subject <SUBJECT> --body <TEXT>

Flags

Flag Required Default Description
--to Recipient email address(es), comma-separated
--subject Email subject
--body Email body (plain text, or HTML with --html)
Related skills
Installs
20.2K
GitHub Stars
26.1K
First Seen
Mar 4, 2026