Skip to content

Commit afb5bea

Browse files
committed
docs(readme): mention gmail send --quote
1 parent 951437d commit afb5bea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,8 @@ gog gmail send --to a@b.com --subject "Hi" --body "Plain fallback"
575575
gog gmail send --to a@b.com --subject "Hi" --body-file ./message.txt
576576
gog gmail send --to a@b.com --subject "Hi" --body-file - # Read body from stdin
577577
gog gmail send --to a@b.com --subject "Hi" --body "Plain fallback" --body-html "<p>Hello</p>"
578+
# Reply + include quoted original message (auto-generates HTML quote unless you pass --body-html)
579+
gog gmail send --reply-to-message-id <messageId> --quote --to a@b.com --subject "Re: Hi" --body "My reply"
578580
gog gmail drafts list
579581
gog gmail drafts create --subject "Draft" --body "Body"
580582
gog gmail drafts create --to a@b.com --subject "Draft" --body "Body"
@@ -648,7 +650,7 @@ gog gmail track status
648650

649651
Docs: `docs/email-tracking.md` (setup/deploy) + `docs/email-tracking-worker.md` (internals).
650652

651-
**Notes:** `--track` requires exactly 1 recipient (no cc/bcc) and an HTML body (`--body-html`). Use `--track-split` to send per-recipient messages with individual tracking ids. The tracking worker stores IP/user-agent + coarse geo by default.
653+
**Notes:** `--track` requires exactly 1 recipient (no cc/bcc) and an HTML body (`--body-html` or `--quote`). Use `--track-split` to send per-recipient messages with individual tracking ids. The tracking worker stores IP/user-agent + coarse geo by default.
652654

653655
### Calendar
654656

0 commit comments

Comments
 (0)