Email content or local attachments can be sent to added To/CC/BCC recipients
Source references: 3The command automatically includes original conversation participants while permitting arbitrary added To, CC, or invisible BCC recipients and local attachments. It can also remove the original sender or Reply-To target. A misdirected or compromised agent could therefore alter the audience and transmit reply content or files outside the original conversation.
The reply body, quoted conversation history, and selected local files could be disclosed. BCC recipients are hidden from the other recipients, while removal of the original target can make the diverted message less visible to conversation participants.
The Skill is intentionally designed to reply on the user's behalf, but it also permits adding outside To, CC, or BCC addresses and attaching local files. If recipients or attachments are not verified, the reply, quoted context, or files could reach unintended parties; BCC recipients are hidden from the others. A user can restrict it to original recipients and require a complete recipient and attachment preview before sending.
| `--from` | — | — | Sender address (for send-as/alias; omit to use account default) || `--to` | — | — | Additional To email address(es), comma-separated || `--attach` | — | — | Attach a file (can be specified multiple times) || `--cc` | — | — | CC email address(es), comma-separated || `--bcc` | — | — | BCC email address(es), comma-separated || `--html` | — | — | Treat --body as HTML content (default is plain text) || `--dry-run` | — | — | Show the request that would be sent without executing it || `--draft` | — | — | Save as draft instead of sending || `--remove` | — | — | Exclude recipients from the outgoing reply (comma-separated emails) |Show 2 other places
- Replies to the sender and all original To/CC recipients.- Use --to to add extra recipients to the To field.- Use --cc to add new CC recipients.- Use --bcc for recipients who should not be visible to others.- Use --remove to exclude recipients from the outgoing reply, including the sender or Reply-To target.- The command fails if no To recipient remains after exclusions and --to additions.- Use -a/--attach to add file attachments. Can be specified multiple times.- With --html, the quoted block uses Gmail's gmail_quote CSS classes and preserves HTML formatting. Use fragment tags (<p>, <b>, <a>, etc.) — no <html>/<body> wrapper needed.- The command fails if no To recipient remains after exclusions and --to additions.- Use -a/--attach to add file attachments. Can be specified multiple times.- With --html, the quoted block uses Gmail's gmail_quote CSS classes and preserves HTML formatting. Use fragment tags (<p>, <b>, <a>, etc.) — no <html>/<body> wrapper needed.