Releases: charmbracelet/pop
Releases · charmbracelet/pop
v0.2.0
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=hunter2Then, run pop and send emails like you normally would:
popInstallation
Use a package manager:
# macOS or Linux
brew install pop
# Nix
nix-env -iA nixpkgs.pop
# Arch (btw)
yay -S charm-pop-binInstall with Go:
go install github.com/charmbracelet/pop@latestOr download a binary from below.
Full Changelog: v0.1.0...v0.2.0
Part of Charm.
Charm 热爱开源 • Charm loves open source
v0.1.0
Initial Release
📬 Pop a tool for sending emails from your terminal.
Use markdown-based formatting, attach files, and send emails all from your terminal.
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.