HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pop — Send emails from your terminal. More information: <https://github.com/charmbracelet/pop>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalcommandsendpopfromcliemailsyour

Problem

How to use the pop command: Send emails from your terminal. More information: <https://github.com/charmbracelet/pop>.

Solution

pop — Send emails from your terminal. More information: <https://github.com/charmbracelet/pop>.

Launch the Text-based User Interface:
pop


Send an email using the content of a Markdown file as body:
pop < {{path/to/message.md}} --from {{me@example.com}} --to {{you@example.com}} --subject "{{On the Subject of Ducks...}}" --attach {{path/to/attachment}}


Display help:
pop --help

Code Snippets

Launch the Text-based User Interface

pop

Send an email using the content of a Markdown file as body

pop < {{path/to/message.md}} --from {{me@example.com}} --to {{you@example.com}} --subject "{{On the Subject of Ducks...}}" --attach {{path/to/attachment}}

Display help

pop --help

Context

tldr-pages: common/pop

Revisions (0)

No revisions yet.