Pop is a terminal-based tool for sending emails from the command line. It lets users write messages in Markdown, attach files, and send mail through Resend or a custom SMTP setup. The project is useful for developers who want email sending to fit naturally into scripts, shell workflows, release processes, or automated notifications. Pop can be used as a direct CLI command, and it also supports a terminal interface for a more interactive experience. It reads message content from standard input, which makes it easy to combine with other command-line tools. Its main value is making email composition and delivery scriptable, flexible, and pleasant inside the terminal.
Features
- Command-line email sending
- Markdown-based message formatting
- File attachment support
- Resend API integration
- Custom SMTP configuration
- Scriptable standard input workflow
