Skip to content

Releases: charmbracelet/pop

v0.2.0

01 Aug 12:41
v0.2.0
99f44cc
Compare
Choose a tag to compare

SMTP Support

This release includes our most requested feature, SMTP support 🪄 ✉️.

With Pop v0.2.0, you can now send emails using your own SMTP server configuration.

To get started, export the following environment variables:

export POP_SMTP_HOST=smtp.gmail.com
export POP_SMTP_PORT=587
export POP_SMTP_USERNAME=azure.diamond@gmail.com
export POP_SMTP_PASSWORD=hunter2

Then, run pop and send emails like you normally would:

pop

Installation

Use a package manager:

# macOS or Linux
brew install pop

# Nix
nix-env -iA nixpkgs.pop

# Arch (btw)
yay -S charm-pop-bin

Install with Go:

go install github.com/charmbracelet/pop@latest

Or download a binary from below.

Full Changelog: v0.1.0...v0.2.0


Part of Charm.

The Charm logo

Charm 热爱开源 • Charm loves open source

v0.1.0

17 Jul 12:58
v0.1.0
b68b9d0
Compare
Choose a tag to compare

Initial Release

📬 Pop a tool for sending emails from your terminal.

Use markdown-based formatting, attach files, and send emails all from your terminal.


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.