From b7ef6c0884e97d36aa733c4ab8d2e3a951819b43 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 13 Jul 2026 15:06:28 -0600 Subject: [PATCH] docs: add plaintext option to README and skill Assisted-by: Crush:auto --- README.md | 3 +++ skill.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 39f58a7..b982492 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ export POP_FROM="pop@charm.land" export POP_SIGNATURE="Sent with [Pop](https://github.com/charmbracelet/pop)!" ``` +Set `POP_PLAINTEXT=true` or pass `--plaintext` to send the body as plain text +instead of rendering Markdown to HTML. + > **Note**: If you wish to use a resend account without a custom domain, you can > use `onboarding@resend.dev` to send emails. diff --git a/skill.md b/skill.md index 4655894..8ea1671 100644 --- a/skill.md +++ b/skill.md @@ -39,6 +39,7 @@ Encryption options: starttls (default), ssl, none. POP_FROM Default sender address POP_SIGNATURE Signature appended to the email body + POP_PLAINTEXT Set to "true" to send plain text instead of rendered HTML POP_UNSAFE_HTML Set to "true" to allow unsafe HTML and extra markdown features ## Sending Email (Non-Interactive) @@ -65,6 +66,7 @@ Body via flag: -a, --attach Attach a file (repeatable) -x, --signature Signature appended to body (env POP_SIGNATURE) -u, --unsafe Allow unsafe HTML / extra markdown features (env POP_UNSAFE_HTML) + --plaintext Send plain text instead of rendering Markdown to HTML --preview Open the TUI to review before sending ### Attachments