maton google-mail message forward

maton google-mail message forward <message-id> [flags]

Forward an existing Gmail message to new recipients. The original From/Date/Subject/To block is included above the body. Note: original attachments are not yet re-attached in this version of maton-cli.

Options

-a, --attach <stringArray>
Attach a file (repeatable)
--bcc <string>
BCC email address(es), comma-separated
-b, --body <string>
Optional note above the forwarded message
--cc <string>
CC email address(es), comma-separated
--connection <string>
Connection ID to route through (Maton-Connection header)
--draft
Save as a draft instead of sending
--dry-run
Print the request that would be sent without executing it
--format <string>
Output format: 'json' (default) or 'text' on supported commands
--from <string>
Sender address (for send-as alias; omit to use account default)
--html
Treat --body as HTML (default plain text)
-q, --jq <expression>
Filter JSON output using a jq expression
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--template <string>
Format JSON output using a Go template; see "maton help formatting"
--to <string>
Recipient email address(es), comma-separated (required)

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton google-mail message forward 18f1a2b3 --to dave@example.com
$ maton google-mail message forward 18f1a2b3 --to dave@example.com --body 'FYI'

See also