diff --git a/pages/common/pop.md b/pages/common/pop.md new file mode 100644 index 0000000000..1291f19015 --- /dev/null +++ b/pages/common/pop.md @@ -0,0 +1,16 @@ +# pop + +> Send emails from your terminal. +> More information: . + +- 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 and exit: + +`pop --help`