Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 12:41
· 22 commits to main since this release
v0.2.0
99f44cc

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