Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 2 additions & 0 deletions skill.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
Loading